diff options
Diffstat (limited to 'src/content_sao.cpp')
-rw-r--r-- | src/content_sao.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_sao.cpp b/src/content_sao.cpp index 4d49b68d9..468a39110 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "player.h" #include "scriptapi.h" #include "genericobject.h" +#include "util/serialize.h" core::map<u16, ServerActiveObject::Factory> ServerActiveObject::m_types; |