Use standard C99 (and Qt) types for 64-bit integers
[novacoin.git] / src / keystore.h
index 669bf90..975c2b9 100644 (file)
@@ -5,6 +5,8 @@
 #ifndef BITCOIN_KEYSTORE_H
 #define BITCOIN_KEYSTORE_H
 
+#include <stdint.h>
+
 #include "crypter.h"
 #include "script.h"