diff options
Diffstat (limited to 'src/serverobject.cpp')
-rw-r--r-- | src/serverobject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/serverobject.cpp b/src/serverobject.cpp index f477700dd..f98290bea 100644 --- a/src/serverobject.cpp +++ b/src/serverobject.cpp @@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <fstream> #include "inventory.h" #include "constants.h" // BS +#include "log.h" ServerActiveObject::ServerActiveObject(ServerEnvironment *env, v3f pos): ActiveObject(0), |