Use standard C99 (and Qt) types for 64-bit integers
[novacoin.git] / src / test / script_op_eval_tests.cpp
index c44642c..14c025b 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdint.h>
+
 #include <boost/assert.hpp>
 #include <boost/assign/list_of.hpp>
 #include <boost/assign/list_inserter.hpp>