Tools: Fix various clang-tidy warnings

This commit is contained in:
Dennis Klein
2019-07-05 19:10:16 +02:00
committed by Dennis Klein
parent 4351b98d85
commit 69268eecfb
3 changed files with 35 additions and 38 deletions

View File

@@ -12,10 +12,10 @@
// otherwise on some systems we'd get boost::uuids::entropy_error
#define BOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX
#include <boost/functional/hash.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <boost/functional/hash.hpp>
using namespace std;