diff options
author | Vincent Heuken <vincent@vincentheuken.com> | 2013-06-25 17:44:17 -0700 |
---|---|---|
committer | kwolekr <kwolekr@minetest.net> | 2013-07-07 01:52:43 -0400 |
commit | 39ab22070e912b328b021731be8e1d983a2124ff (patch) | |
tree | fb04c77da59417f9354d5a8d454c1f447e1f8d89 /src/util/numeric.cpp | |
parent | ae8ff4b8e2da35265ebbbe7afe99ed29e61efa7d (diff) | |
download | minetest-39ab22070e912b328b021731be8e1d983a2124ff.tar.gz minetest-39ab22070e912b328b021731be8e1d983a2124ff.tar.bz2 minetest-39ab22070e912b328b021731be8e1d983a2124ff.zip |
include mathconstants.h in numerics.cpp
Diffstat (limited to 'src/util/numeric.cpp')
-rw-r--r-- | src/util/numeric.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/numeric.cpp b/src/util/numeric.cpp index 0e2772c32..67df4ffba 100644 --- a/src/util/numeric.cpp +++ b/src/util/numeric.cpp @@ -18,6 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "numeric.h" +#include "mathconstants.h" #include "../log.h" #include "../constants.h" // BS, MAP_BLOCKSIZE |