diff options
Diffstat (limited to 'src/mapsector.cpp')
-rw-r--r-- | src/mapsector.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapsector.cpp b/src/mapsector.cpp index 9b5432807..3bbd95bea 100644 --- a/src/mapsector.cpp +++ b/src/mapsector.cpp @@ -19,7 +19,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapsector.h" #include "jmutexautolock.h" +#ifndef SERVER #include "client.h" +#endif #include "exceptions.h" #include "mapblock.h" |