Use standard C99 (and Qt) types for 64-bit integers
[novacoin.git] / src / base58.h
index cba638f..3f2d82f 100644 (file)
@@ -15,6 +15,8 @@
 #ifndef BITCOIN_BASE58_H
 #define BITCOIN_BASE58_H
 
+#include <stdint.h>
+
 #include <string>
 #include <vector>
 #include "bignum.h"