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
View File
@@ -16,6 +16,8 @@
#pragma once
#include <mutex>
#include <bitsery/adapter/buffer.h>
#include <bitsery/bitsery.h>
#include <bitsery/traits/vector.h>
-1
View File
@@ -19,7 +19,6 @@
#include <vestige/aeffectx.h>
#include <boost/asio/io_context.hpp>
#include <mutex>
#include <thread>
#include "../../common/communication/vst2.h"
+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"
-2
View File
@@ -25,8 +25,6 @@
#include <vestige/aeffectx.h>
#include <windows.h>
#include <mutex>
#include "../../common/communication/vst2.h"
#include "../../common/configuration.h"
#include "../editor.h"