Browse Source

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

DjWarmonger 15 năm trước cách đây
mục cha
commit
88f0ee0682
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      client/CCastleInterface.cpp

+ 1 - 0
client/CCastleInterface.cpp

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