diff options
author | madmaxoft <github@xoft.cz> | 2014-01-17 12:27:54 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-17 12:28:09 +0100 |
commit | c7b67d9c3c0a3b789976cc525b83ad506a625476 (patch) | |
tree | 3ca7476d727224a60ccf285c0e2d194ce97b47c8 | |
parent | Updated core to the latest version and edited the submodules file to allow greater compatibility on restricted networks. (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | Tools/ProtoProxy/Globals.h | 8 |
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; |