瀏覽代碼

Add missing map, string. Clear out non-working pch.

We have a working pch with the pch.h file.
It wasn't working when I tried to list out the
headers I wanted pre-compiled.
Steve Thielemann 3 年之前
父節點
當前提交
f8e69b4c8c
共有 2 個文件被更改,包括 3 次插入4 次删除
  1. 0 4
      CMakeLists.txt
  2. 3 0
      dispatchers.h

+ 0 - 4
CMakeLists.txt

@@ -38,7 +38,3 @@ TARGET_LINK_LIBRARIES( twproxy ${Boost_LIBRARIES} pthread )
 
 
 target_precompile_headers(twproxy PRIVATE pch.hpp)
 target_precompile_headers(twproxy PRIVATE pch.hpp)
 
 
-# target_precompile_headers(
-#   twproxy PUBLIC 
-#   ${Boost_INCLUDE/DIR}boost/asio.hpp boost/log/core.hpp boost/log/trivial boost/log/support/date_time.hpp boost/bind.hpp boost/format regex iostream iomapip string map
-# )

+ 3 - 0
dispatchers.h

@@ -1,6 +1,9 @@
 #ifndef DISPATCHERS_H
 #ifndef DISPATCHERS_H
 #define DISPATCHERS_H
 #define DISPATCHERS_H
 
 
+#include <map>
+#include <string>
+
 #include "session_common.h"
 #include "session_common.h"
 
 
 /*
 /*