diff options
author | Mattes D <github@xoft.cz> | 2015-01-24 09:27:55 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-01-24 09:27:55 +0100 |
commit | f91de20ca14725a41ea082b61a98477427c78528 (patch) | |
tree | 7925214f6faec943d0bdffc3c2706eed8fe744e9 /src/OSSupport/CriticalSection.cpp | |
parent | Merge pull request #1712 from UltraCoderRU/fix_coverity (diff) | |
parent | cNetwork: Added self pointers to keep objects alive for callbacks. (diff) | |
download | cuberite-f91de20ca14725a41ea082b61a98477427c78528.tar cuberite-f91de20ca14725a41ea082b61a98477427c78528.tar.gz cuberite-f91de20ca14725a41ea082b61a98477427c78528.tar.bz2 cuberite-f91de20ca14725a41ea082b61a98477427c78528.tar.lz cuberite-f91de20ca14725a41ea082b61a98477427c78528.tar.xz cuberite-f91de20ca14725a41ea082b61a98477427c78528.tar.zst cuberite-f91de20ca14725a41ea082b61a98477427c78528.zip |
Diffstat (limited to 'src/OSSupport/CriticalSection.cpp')
-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" |