aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/crypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/crypto.h')
-rw-r--r--src/crypto/crypto.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h
index dfde2ba..a3c26a8 100644
--- a/src/crypto/crypto.h
+++ b/src/crypto/crypto.h
@@ -34,11 +34,12 @@
#define CRYPTO_HPP
#include "src/crypto/ae.h"
-#include <string>
-#include <string.h>
-#include <stdint.h>
-#include <stdlib.h>
+
+#include <cstdint>
+#include <cstdlib>
+#include <cstring>
#include <exception>
+#include <string>
long int myatoi( const char *str );