Use standard C99 (and Qt) types for 64-bit integers
[novacoin.git] / src / qt / optionsmodel.h
index 775362d..13d964b 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef OPTIONSMODEL_H
 #define OPTIONSMODEL_H
 
+#include <QtGlobal>
 #include <QAbstractListModel>
 
 class CWallet;