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

@@ -10,7 +10,7 @@
#include <interfaces/node.h>
#include <algorithm>
#include <utility>
#include <QDebug>
#include <QList>