aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2017-04-20 13:29:12 +0200
committerJonas Schnelli <[email protected]>2017-05-31 10:53:47 +0200
commit4bc99c3b2854f94bb42ca6ecc7a31980498857ac (patch)
treea7b8cfa775bdcf78ba87868e719fd3e9fc689fa8 /src/qt/clientmodel.h
parentSet both time/height header caches at the same time (diff)
downloaddiscoin-4bc99c3b2854f94bb42ca6ecc7a31980498857ac.tar.xz
discoin-4bc99c3b2854f94bb42ca6ecc7a31980498857ac.zip
Add missing <atomic> header in clientmodel.h
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index 0e6b34fbf..4c92e2144 100644
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -8,6 +8,8 @@
#include <QObject>
#include <QDateTime>
+#include <atomic>
+
class AddressTableModel;
class BanTableModel;
class OptionsModel;