diff options
Diffstat (limited to 'crypt.h')
-rw-r--r-- | crypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,7 +2,9 @@ #define _CRYPT_H_ #include <iostream> +#include <string> #include "crypt_args.h" +#include <errno.h> #include "bigint/BigIntegerLibrary.hh" using namespace std; |