diff options
author | BlockMen <nmuelll@web.de> | 2014-02-06 21:55:12 +0100 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2014-02-06 21:55:12 +0100 |
commit | bc0bbffa1436eafd6aa75df8549a43da51fe7601 (patch) | |
tree | 59323e38c3ac0945be8b241cbec9948f710f1133 | |
parent | 85fe75d1cbaf372f0a98558adcd5a612a0e19602 (diff) | |
download | minetest-bc0bbffa1436eafd6aa75df8549a43da51fe7601.tar.gz minetest-bc0bbffa1436eafd6aa75df8549a43da51fe7601.tar.bz2 minetest-bc0bbffa1436eafd6aa75df8549a43da51fe7601.zip |
Add missing header
-rw-r--r-- | src/clientiface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clientiface.cpp b/src/clientiface.cpp index 2468ef333..06d87d2a4 100644 --- a/src/clientiface.cpp +++ b/src/clientiface.cpp @@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "serverobject.h" // TODO this is used for cleanup of only #include "util/numeric.h" +#include "util/mathconstants.h" #include "main.h" // for g_settings |