diff options
author | madmaxoft <github@xoft.cz> | 2013-08-30 10:10:56 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-30 10:10:56 +0200 |
commit | 3c0e08ee71221624ace7778e84ad80212c1615c1 (patch) | |
tree | bea0dfabb59c4c998a58e25016552ec61e51149d /Tools/ProtoProxy/Globals.h | |
parent | Rewritten cTimer not to use heap allocation. (diff) | |
download | cuberite-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.h | 1 |
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> |