Use standard C99 (and Qt) types for 64-bit integers
[novacoin.git] / src / qt / guiutil.cpp
index 158b84a..378660b 100644 (file)
@@ -5,6 +5,7 @@
 
 #include "headers.h"
 
+#include <QtGlobal>
 #include <QString>
 #include <QDateTime>
 #include <QDoubleValidator>