From 7eafdced6e7423a03343282a5fb1c7a55109d7e8 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 18 Apr 2016 12:18:35 +0000 Subject: [PATCH] Attempt to fix darwin build after header refactor in llvm (r266595) llvm-svn: 266605 --- lldb/source/API/SBHostOS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/API/SBHostOS.cpp b/lldb/source/API/SBHostOS.cpp index cd3cff3..6c17299 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; -- 2.7.4