summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-04-18 12:18:35 +0000
committerPavel Labath <labath@google.com>2016-04-18 12:18:35 +0000
commit7eafdced6e7423a03343282a5fb1c7a55109d7e8 (patch)
treec5e96bc3237b2a870756fa5743f2bed7912af31d /lldb/source/API
parent3f5d634c7334c15bdf2e68a977c9c5a7bf2af2ec (diff)
downloadbcm5719-llvm-7eafdced6e7423a03343282a5fb1c7a55109d7e8.tar.gz
bcm5719-llvm-7eafdced6e7423a03343282a5fb1c7a55109d7e8.zip
Attempt to fix darwin build after header refactor in llvm (r266595)
llvm-svn: 266605
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/SBHostOS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBHostOS.cpp b/lldb/source/API/SBHostOS.cpp
index cd3cff3b2e9..6c172997bdc 100644
--- a/lldb/source/API/SBHostOS.cpp
+++ b/lldb/source/API/SBHostOS.cpp
@@ -18,7 +18,7 @@
#include "lldb/Host/ThreadLauncher.h"
#include "llvm/Support/Path.h"
-#include "llvm/ADT/SmallVector.h"
+#include "llvm/ADT/SmallString.h"
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud