diff options
author | Mattes D <github@xoft.cz> | 2015-01-12 15:45:30 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-01-22 20:12:50 +0100 |
commit | ddb1818dd54d82e19e7f629e6a729bccb68bfcf1 (patch) | |
tree | 1508749651cc4291a92156301772ff6c5552b38a /src/OSSupport/CriticalSection.cpp | |
parent | cNetwork: Implemented connection shutdown and close. (diff) | |
download | cuberite-ddb1818dd54d82e19e7f629e6a729bccb68bfcf1.tar cuberite-ddb1818dd54d82e19e7f629e6a729bccb68bfcf1.tar.gz cuberite-ddb1818dd54d82e19e7f629e6a729bccb68bfcf1.tar.bz2 cuberite-ddb1818dd54d82e19e7f629e6a729bccb68bfcf1.tar.lz cuberite-ddb1818dd54d82e19e7f629e6a729bccb68bfcf1.tar.xz cuberite-ddb1818dd54d82e19e7f629e6a729bccb68bfcf1.tar.zst cuberite-ddb1818dd54d82e19e7f629e6a729bccb68bfcf1.zip |
Diffstat (limited to '')
-rw-r--r-- | src/OSSupport/CriticalSection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OSSupport/CriticalSection.cpp b/src/OSSupport/CriticalSection.cpp index 13a3e4d9f..5248356c5 100644 --- a/src/OSSupport/CriticalSection.cpp +++ b/src/OSSupport/CriticalSection.cpp @@ -1,5 +1,6 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules +#include "CriticalSection.h" |