summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2018-06-05 00:19:03 +0000
committerJim Ingham <jingham@apple.com>2018-06-05 00:19:03 +0000
commit34b6798ee21d046ceeb3689c9e42e82514986078 (patch)
treef8a2047b85b17ed8bb971e8b42b07c567dc87ce0 /lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
parentd496cc8ffb2145f8305c0d03a1817541d25fe67a (diff)
downloadbcm5719-llvm-34b6798ee21d046ceeb3689c9e42e82514986078.tar.gz
bcm5719-llvm-34b6798ee21d046ceeb3689c9e42e82514986078.zip
Add ClangHost.cpp to the Xcode project.
Also add an include that was needed for the if APPLE branch of the function. llvm-svn: 333971
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp')
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
index 27017df423e..ffc5120dc41 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
@@ -18,6 +18,7 @@
#include "llvm/Support/Threading.h"
// Project includes
+#include "lldb/Host/HostInfo.h"
#if !defined(_WIN32)
#include "lldb/Host/posix/HostInfoPosix.h"
#endif
OpenPOWER on IntegriCloud