Use standard C99 (and Qt) types for 64-bit integers
[novacoin.git] / src / keystore.cpp
index 21fb0f9..c1f54a5 100644 (file)
@@ -3,6 +3,8 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 
+#include <stdint.h>
+
 #include "headers.h"
 #include "crypter.h"
 #include "db.h"