summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-01-17 12:27:54 +0100
committermadmaxoft <github@xoft.cz>2014-01-17 12:28:09 +0100
commitc7b67d9c3c0a3b789976cc525b83ad506a625476 (patch)
tree3ca7476d727224a60ccf285c0e2d194ce97b47c8
parentUpdated core to the latest version and edited the submodules file to allow greater compatibility on restricted networks. (diff)
downloadcuberite-c7b67d9c3c0a3b789976cc525b83ad506a625476.tar
cuberite-c7b67d9c3c0a3b789976cc525b83ad506a625476.tar.gz
cuberite-c7b67d9c3c0a3b789976cc525b83ad506a625476.tar.bz2
cuberite-c7b67d9c3c0a3b789976cc525b83ad506a625476.tar.lz
cuberite-c7b67d9c3c0a3b789976cc525b83ad506a625476.tar.xz
cuberite-c7b67d9c3c0a3b789976cc525b83ad506a625476.tar.zst
cuberite-c7b67d9c3c0a3b789976cc525b83ad506a625476.zip
-rw-r--r--Tools/ProtoProxy/Globals.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/ProtoProxy/Globals.h b/Tools/ProtoProxy/Globals.h
index 8424aca81..ad81e6810 100644
--- a/Tools/ProtoProxy/Globals.h
+++ b/Tools/ProtoProxy/Globals.h
@@ -211,10 +211,10 @@ public:
-#include "CryptoPP/randpool.h"
-#include "CryptoPP/aes.h"
-#include "CryptoPP/rsa.h"
-#include "CryptoPP/modes.h"
+#include "cryptopp/randpool.h"
+#include "cryptopp/aes.h"
+#include "cryptopp/rsa.h"
+#include "cryptopp/modes.h"
using namespace CryptoPP;