aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-04-20 13:29:12 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2017-04-20 13:29:12 +0200
commit4082fb0003ca1992c34e9f4c75fba9db281f5fc0 (patch)
tree49e21229debf94ee128f3a9751d5cc9e513ca6de /src/qt
parent928d4a9ac596db35bf3b8a0c8857cd6e7f87aa2a (diff)
downloadbitcoin-4082fb0003ca1992c34e9f4c75fba9db281f5fc0.tar.xz
Add missing <atomic> header in clientmodel.h
Diffstat (limited to 'src/qt')
-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 0e6b34fbfd..4c92e2144e 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;