diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-11-26 18:15:39 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-11-26 18:15:39 +0100 |
commit | 139bd34690c872ed017025146e466af06435c23a (patch) | |
tree | 6cb71d1d7bdaa0397ecfb42fb3523f2c6f815909 /Tools/AnvilStats/Globals.h | |
parent | Fixed loads more of them. (diff) | |
parent | AnvilStats: Fixed compilation. (diff) | |
download | cuberite-139bd34690c872ed017025146e466af06435c23a.tar cuberite-139bd34690c872ed017025146e466af06435c23a.tar.gz cuberite-139bd34690c872ed017025146e466af06435c23a.tar.bz2 cuberite-139bd34690c872ed017025146e466af06435c23a.tar.lz cuberite-139bd34690c872ed017025146e466af06435c23a.tar.xz cuberite-139bd34690c872ed017025146e466af06435c23a.tar.zst cuberite-139bd34690c872ed017025146e466af06435c23a.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/AnvilStats/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/AnvilStats/Globals.h b/Tools/AnvilStats/Globals.h index db5d3c635..48e1f8492 100644 --- a/Tools/AnvilStats/Globals.h +++ b/Tools/AnvilStats/Globals.h @@ -138,6 +138,7 @@ typedef unsigned short UInt16; // CRT stuff: +#include <sys/stat.h> #include <assert.h> #include <stdio.h> #include <math.h> |