aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.h
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2018-04-02 18:31:40 +0000
committerLuke Dashjr <[email protected]>2018-04-02 18:31:52 +0000
commita5bca13095aa835d61f872081fc0cc2fa53552f3 (patch)
tree3f4ce332a537159a48f4a37da47599590034baa5 /src/qt/peertablemodel.h
parentMerge #12293: [rpc] Mention that HD is enabled if hdmasterkeyid is present (diff)
downloaddiscoin-a5bca13095aa835d61f872081fc0cc2fa53552f3.tar.xz
discoin-a5bca13095aa835d61f872081fc0cc2fa53552f3.zip
Bugfix: Include <memory> for std::unique_ptr
Diffstat (limited to 'src/qt/peertablemodel.h')
-rw-r--r--src/qt/peertablemodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/peertablemodel.h b/src/qt/peertablemodel.h
index e3c9c6e5a..11bc3ad6f 100644
--- a/src/qt/peertablemodel.h
+++ b/src/qt/peertablemodel.h
@@ -8,6 +8,8 @@
#include <net_processing.h> // For CNodeStateStats
#include <net.h>
+#include <memory>
+
#include <QAbstractTableModel>
#include <QStringList>