ソースを参照

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>