aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-29 21:18:24 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-29 21:23:25 +0200
commit98fbd1cdffaa69357091cc67e959ac21119dfa16 (patch)
treec96705619b933d9126b2f94cef8be461b1950ef6 /src/qt/peertablemodel.cpp
parentb66861e2e5e8a49e11e7489cf22c3007bc7082cc (diff)
downloadbitcoin-98fbd1cdffaa69357091cc67e959ac21119dfa16.tar.xz
Use correct C++11 header for std::swap()
Diffstat (limited to 'src/qt/peertablemodel.cpp')
-rw-r--r--src/qt/peertablemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/peertablemodel.cpp b/src/qt/peertablemodel.cpp
index af2a1bb0e5..514ff35bcd 100644
--- a/src/qt/peertablemodel.cpp
+++ b/src/qt/peertablemodel.cpp
@@ -10,7 +10,7 @@
#include <interfaces/node.h>
-#include <algorithm>
+#include <utility>
#include <QDebug>
#include <QList>