瀏覽代碼

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

DjWarmonger 15 年之前
父節點
當前提交
88f0ee0682
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>