diff options
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 3b5d15bae..2bd62dabf 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -18,6 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "localplayer.h" + #include "main.h" // For g_settings #include "event.h" #include "collision.h" @@ -25,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "nodedef.h" #include "settings.h" #include "map.h" +#include "util/numeric.h" /* LocalPlayer |