diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-25 10:22:10 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-25 10:22:10 +0200 |
commit | 24e94e75160dcaf45ed91af359a0c4f6f83ae790 (patch) | |
tree | 67454481beba854fbfda387f91557f5351e5f302 /ProtoProxy/Globals.h | |
parent | Fixed Lua bindings for file renaming in previous commits (diff) | |
download | cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.gz cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.bz2 cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.lz cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.xz cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.tar.zst cuberite-24e94e75160dcaf45ed91af359a0c4f6f83ae790.zip |
Diffstat (limited to '')
-rw-r--r-- | ProtoProxy/Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ProtoProxy/Globals.h b/ProtoProxy/Globals.h index bff83c84b..404044a5f 100644 --- a/ProtoProxy/Globals.h +++ b/ProtoProxy/Globals.h @@ -163,7 +163,7 @@ typedef short Int16; // Common headers (part 1, without macros):
#include "StringUtils.h"
-#include "cCriticalSection.h"
+#include "OSSupport/CriticalSection.h"
|