Quellcode durchsuchen

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 vor 3 Jahren
Ursprung
Commit
f8e69b4c8c
2 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
  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 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
 #define DISPATCHERS_H
 
+#include <map>
+#include <string>
+
 #include "session_common.h"
 
 /*