diff options
| author | Jonas Schnelli <[email protected]> | 2017-04-20 13:29:12 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-05-31 10:53:47 +0200 |
| commit | 4bc99c3b2854f94bb42ca6ecc7a31980498857ac (patch) | |
| tree | a7b8cfa775bdcf78ba87868e719fd3e9fc689fa8 /src/qt/clientmodel.h | |
| parent | Set both time/height header caches at the same time (diff) | |
| download | discoin-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.h | 2 |
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; |