diff options
| author | Jim Ingham <jingham@apple.com> | 2018-06-05 00:19:03 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2018-06-05 00:19:03 +0000 |
| commit | 34b6798ee21d046ceeb3689c9e42e82514986078 (patch) | |
| tree | f8a2047b85b17ed8bb971e8b42b07c567dc87ce0 /lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp | |
| parent | d496cc8ffb2145f8305c0d03a1817541d25fe67a (diff) | |
| download | bcm5719-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.cpp | 1 |
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 |

