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>