summaryrefslogtreecommitdiffstats
path: root/Tools/ProtoProxy/Globals.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-30 10:10:56 +0200
committermadmaxoft <github@xoft.cz>2013-08-30 10:10:56 +0200
commit3c0e08ee71221624ace7778e84ad80212c1615c1 (patch)
treebea0dfabb59c4c998a58e25016552ec61e51149d /Tools/ProtoProxy/Globals.h
parentRewritten cTimer not to use heap allocation. (diff)
downloadcuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar
cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.gz
cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.bz2
cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.lz
cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.xz
cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.tar.zst
cuberite-3c0e08ee71221624ace7778e84ad80212c1615c1.zip
Diffstat (limited to 'Tools/ProtoProxy/Globals.h')
-rw-r--r--Tools/ProtoProxy/Globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/ProtoProxy/Globals.h b/Tools/ProtoProxy/Globals.h
index f2c47e96f..3b154b866 100644
--- a/Tools/ProtoProxy/Globals.h
+++ b/Tools/ProtoProxy/Globals.h
@@ -143,6 +143,7 @@ typedef short Int16;
#include <stdio.h>
#include <math.h>
#include <stdarg.h>
+#include <time.h>