Use standard C99 (and Qt) types for 64-bit integers
[novacoin.git] / src / qt / transactionfilterproxy.h
index 76cf46f..e33b5e5 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef TRANSACTIONFILTERPROXY_H
 #define TRANSACTIONFILTERPROXY_H
 
+#include <QtGlobal>
 #include <QSortFilterProxyModel>
 #include <QDateTime>