Browse Source

Compile fix.

Frank Zago 15 years ago
parent
commit
29045f5c0f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/Connection.cpp

+ 2 - 1
lib/Connection.cpp

@@ -19,6 +19,7 @@
 #include "../hch/CArtHandler.h"
 #include "../hch/CHeroHandler.h"
 #include "../hch/CTownHandler.h"
+#include "../hch/CCampaignHandler.h"
 
 
 /*
@@ -377,4 +378,4 @@ void CSerializer::addStdVecItems(CGameState *gs, LibClasses *lib)
 	registerVectoredType(&lib->arth->artifacts, &CArtifact::id);
 	registerVectoredType(&lib->heroh->heroes, &CHero::ID);
 	smartVectorMembersSerialization = true;
-}
+}