diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-10-24 00:58:01 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-10-24 00:58:01 +0200 |
commit | 51fa6b4090ee930d03592550613592b1087fb788 (patch) | |
tree | a41682a171b54a4cbb721542a6135bcaca2bfef6 /src/OSSupport/CriticalSection.h | |
parent | Added FastRandom.* back to CMakeLists.txt. (diff) | |
download | cuberite-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.h | 1 |
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> |