diff options
author | Mattes D <github@xoft.cz> | 2014-12-25 08:47:35 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-25 08:47:35 +0100 |
commit | 7d35e84578488769c4ee515568bd5f9ed7ef0dac (patch) | |
tree | 1f323492f7161a56848434562f57a35bd5285b2b /Tools/MCADefrag/Globals.h | |
parent | Fixed door placement. (diff) | |
download | cuberite-7d35e84578488769c4ee515568bd5f9ed7ef0dac.tar cuberite-7d35e84578488769c4ee515568bd5f9ed7ef0dac.tar.gz cuberite-7d35e84578488769c4ee515568bd5f9ed7ef0dac.tar.bz2 cuberite-7d35e84578488769c4ee515568bd5f9ed7ef0dac.tar.lz cuberite-7d35e84578488769c4ee515568bd5f9ed7ef0dac.tar.xz cuberite-7d35e84578488769c4ee515568bd5f9ed7ef0dac.tar.zst cuberite-7d35e84578488769c4ee515568bd5f9ed7ef0dac.zip |
Diffstat (limited to 'Tools/MCADefrag/Globals.h')
-rw-r--r-- | Tools/MCADefrag/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/MCADefrag/Globals.h b/Tools/MCADefrag/Globals.h index 288069599..f13a06566 100644 --- a/Tools/MCADefrag/Globals.h +++ b/Tools/MCADefrag/Globals.h @@ -201,6 +201,7 @@ typedef unsigned char Byte; // Common headers (without macros): #include "StringUtils.h" #include "OSSupport/CriticalSection.h" +#include "OSSupport/Event.h" #include "OSSupport/IsThread.h" #include "OSSupport/File.h" |