summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/IOHandler.cpp
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2015-10-28 15:24:19 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-10-28 15:24:19 +0000
commit7c9aa073fbc2e0c726af46e027a48d2be3f235f8 (patch)
tree5ab10a9f50651cadf4ab00d85dc8e021d0f1a286 /lldb/source/Core/IOHandler.cpp
parent7142da0ed416202febca790ab6a7f82da632360d (diff)
downloadbcm5719-llvm-7c9aa073fbc2e0c726af46e027a48d2be3f235f8.tar.gz
bcm5719-llvm-7c9aa073fbc2e0c726af46e027a48d2be3f235f8.zip
Fix build break on OS X from cleanup check-in.
I'll track down why our CI is not sending out emails on build breaks. llvm-svn: 251522
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