summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/IOHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/IOHandler.cpp')
-rw-r--r--lldb/source/Core/IOHandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/Core/IOHandler.cpp b/lldb/source/Core/IOHandler.cpp
index 4280e8f39e0..cf290e9bfce 100644
--- a/lldb/source/Core/IOHandler.cpp
+++ b/lldb/source/Core/IOHandler.cpp
@@ -14,6 +14,9 @@
#endif
// C++ Includes
+#if defined(__APPLE__)
+#include <deque>
+#endif
#include <string>
// Other libraries and framework includes
@@ -36,6 +39,8 @@
#include "lldb/Target/RegisterContext.h"
#include "lldb/Target/ThreadPlan.h"
+
+
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud