diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-10 20:53:39 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-10 20:53:39 +0300 |
commit | 3d25fe42f34589bd10a92929c442c2cd7f607309 (patch) | |
tree | 0515ec7ee265c623d67793a5c25298de7df8985b /src | |
parent | 89eaaa3e6e44acfb9b61569437c7c8cadeeec7a0 (diff) | |
download | minetest-3d25fe42f34589bd10a92929c442c2cd7f607309.tar.gz minetest-3d25fe42f34589bd10a92929c442c2cd7f607309.tar.bz2 minetest-3d25fe42f34589bd10a92929c442c2cd7f607309.zip |
missing include for server build
Diffstat (limited to 'src')
-rw-r--r-- | src/map.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp index 8d79ae366..c258d157b 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "porting.h" #include "mineral.h" #include "noise.h" +#include "serverobject.h" /* Map |