Browse Source

Fix build

Ivan Savenko 2 years ago
parent
commit
199f9eb6f5

+ 0 - 1
lib/mapObjectConstructors/CommonConstructors.cpp

@@ -20,7 +20,6 @@
 #include "../TerrainHandler.h"
 #include "../VCMI_Lib.h"
 
-#include "../mapObjects/CGCreature.h"
 #include "../mapObjects/CGHeroInstance.h"
 #include "../mapObjects/CGMarket.h"
 #include "../mapObjects/CGTownInstance.h"

+ 1 - 0
lib/mapObjectConstructors/CommonConstructors.h

@@ -13,6 +13,7 @@
 #include "../LogicalExpression.h"
 
 #include "../mapObjects/MiscObjects.h"
+#include "../mapObjects/CGCreature.h"
 
 VCMI_LIB_NAMESPACE_BEGIN