summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/CriticalSection.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-10-24 00:58:01 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-10-24 00:58:01 +0200
commit51fa6b4090ee930d03592550613592b1087fb788 (patch)
treea41682a171b54a4cbb721542a6135bcaca2bfef6 /src/OSSupport/CriticalSection.h
parentAdded FastRandom.* back to CMakeLists.txt. (diff)
downloadcuberite-51fa6b4090ee930d03592550613592b1087fb788.tar
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.gz
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.bz2
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.lz
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.xz
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.zst
cuberite-51fa6b4090ee930d03592550613592b1087fb788.zip
Diffstat (limited to 'src/OSSupport/CriticalSection.h')
-rw-r--r--src/OSSupport/CriticalSection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OSSupport/CriticalSection.h b/src/OSSupport/CriticalSection.h
index 19e4f78af..17fcdfc12 100644
--- a/src/OSSupport/CriticalSection.h
+++ b/src/OSSupport/CriticalSection.h
@@ -1,6 +1,7 @@
#pragma once
#include <mutex>
+#include <thread>