Browse Source

Added missing include for previous commit. Use of undefined type again.

DjWarmonger 15 years ago
parent
commit
88f0ee0682
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/CCastleInterface.cpp

+ 1 - 0
client/CCastleInterface.cpp

@@ -17,6 +17,7 @@
 #include "../hch/CObjectHandler.h"
 #include "../hch/CObjectHandler.h"
 #include "../hch/CSpellHandler.h"
 #include "../hch/CSpellHandler.h"
 #include "../hch/CTownHandler.h"
 #include "../hch/CTownHandler.h"
+#include "../lib/map.h"
 #include <boost/algorithm/string.hpp>
 #include <boost/algorithm/string.hpp>
 #include <boost/algorithm/string/replace.hpp>
 #include <boost/algorithm/string/replace.hpp>
 #include <boost/assign/std/vector.hpp> 
 #include <boost/assign/std/vector.hpp>