Use correct C++11 header for std::swap()

This commit is contained in:
Hennadii Stepanov
2019-11-29 21:18:24 +02:00
parent b66861e2e5
commit 98fbd1cdff
6 changed files with 6 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
#include <net_types.h> // For banmap_t
#include <qt/clientmodel.h>
#include <algorithm>
#include <utility>
#include <QDebug>
#include <QList>