summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-02-11 12:52:55 +0000
committerTamas Berghammer <tberghammer@google.com>2015-02-11 12:52:55 +0000
commitcb527a7fcdaf53ba4e9ef4e698debf4ed2c3b1f7 (patch)
tree90492e4b60e20b1ce158396f7af0200d4acee3f2 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
parent99f06df8acbcf806d6bce27e20898c887ec5e283 (diff)
downloadbcm5719-llvm-cb527a7fcdaf53ba4e9ef4e698debf4ed2c3b1f7.tar.gz
bcm5719-llvm-cb527a7fcdaf53ba4e9ef4e698debf4ed2c3b1f7.zip
Fix windows build (broken by r228823)
llvm-svn: 228828
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
index a123e806a4e..148545f4103 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
@@ -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"
OpenPOWER on IntegriCloud