Fix windows build (broken by r228823)
authorTamas Berghammer <tberghammer@google.com>
Wed, 11 Feb 2015 12:52:55 +0000 (12:52 +0000)
committerTamas Berghammer <tberghammer@google.com>
Wed, 11 Feb 2015 12:52:55 +0000 (12:52 +0000)
llvm-svn: 228828

lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h

index a123e80..148545f 100644 (file)
@@ -12,6 +12,9 @@
 
 // C Includes
 // C++ Includes
+#include <functional>
+#include <map>
+
 // Other libraries and framework includes
 // Project includes
 #include "lldb/lldb-private-forward.h"