diff options
Diffstat (limited to '')
-rw-r--r-- | ProtoProxy/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ProtoProxy/Globals.h b/ProtoProxy/Globals.h index e97d2e561..e962d9a6f 100644 --- a/ProtoProxy/Globals.h +++ b/ProtoProxy/Globals.h @@ -208,6 +208,7 @@ public: #include "CryptoPP/osrng.h"
#include "CryptoPP/rsa.h"
+#include "CryptoPP/modes.h"
using namespace CryptoPP;
|