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-04-20 13:29:12 +0200
commit4082fb0003ca1992c34e9f4c75fba9db281f5fc0 (patch)
tree49e21229debf94ee128f3a9751d5cc9e513ca6de /src/qt/clientmodel.h
parentSet both time/height header caches at the same time (diff)
downloaddiscoin-4082fb0003ca1992c34e9f4c75fba9db281f5fc0.tar.xz
discoin-4082fb0003ca1992c34e9f4c75fba9db281f5fc0.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;