Explicitly include <mutex>

This is an indirect dependency in Boost 1.72/1.73, but not in older
versions.
This commit is contained in:
Robbert van der Helm
2020-12-25 21:55:00 +01:00
parent 80ef1ec394
commit 6b4df4d274
4 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -16,6 +16,8 @@
#pragma once
#include <thread>
// Boost.Process's auto detection for vfork() support doesn't seem to work
#define BOOST_POSIX_HAS_VFORK 1
@@ -23,7 +25,6 @@
#include <boost/asio/streambuf.hpp>
#include <boost/filesystem.hpp>
#include <boost/process/child.hpp>
#include <thread>
#include "../common/communication/common.h"
#include "../common/logging/common.h"