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
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
6 changed files with 6 additions and 5 deletions

View file

@ -17,6 +17,7 @@
#include <condition_variable>
#include <unordered_set>
#include <utility>
BOOST_FIXTURE_TEST_SUITE(checkqueue_tests, TestingSetup)