tberghammer accepted this revision.

================
Comment at: source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp:39
@@ +38,3 @@
+#include <functional>
+#include <thread>
+
----------------
Please don't include <thread> here if it isn't absolutely necessary as there is 
a bug on windows in the header.

If you need it then you will most likely have to add the same workaround I 
added in rL250833 to make it compile on Windows


http://reviews.llvm.org/D13881



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to