Use standard C99 (and Qt) types for 64-bit integers
[novacoin.git] / src / qt / overviewpage.cpp
index 5b5a8f5..1710519 100644 (file)
@@ -9,6 +9,7 @@
 #include "guiutil.h"
 #include "guiconstants.h"
 
+#include <QtGlobal>
 #include <QAbstractItemDelegate>
 #include <QPainter>