summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/CriticalSection.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-01-12 15:45:30 +0100
committerMattes D <github@xoft.cz>2015-01-22 20:12:50 +0100
commitddb1818dd54d82e19e7f629e6a729bccb68bfcf1 (patch)
tree1508749651cc4291a92156301772ff6c5552b38a /src/OSSupport/CriticalSection.cpp
parentcNetwork: Implemented connection shutdown and close. (diff)
downloadcuberite-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 'src/OSSupport/CriticalSection.cpp')
-rw-r--r--src/OSSupport/CriticalSection.cpp1
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"