Skip to content

Commit

Permalink
Add missing <atomic> header in clientmodel.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschnelli committed Apr 20, 2017
1 parent 928d4a9 commit 4082fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/clientmodel.h
Expand Up @@ -8,6 +8,8 @@
#include <QObject>
#include <QDateTime>

#include <atomic>

class AddressTableModel;
class BanTableModel;
class OptionsModel;
Expand Down

0 comments on commit 4082fb0

Please sign in to comment.