summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2016-07-18 21:11:43 +0000
committerChaoren Lin <chaorenl@google.com>2016-07-18 21:11:43 +0000
commit926db72a4d066923e0572cf2b798d9b6b29b68fb (patch)
treeb35804324cdac5aa7a22b83d8d06d836ba33160d
parent14f8fb68643c41ba177e44922afcae09d2216e0f (diff)
downloadbcm5719-llvm-926db72a4d066923e0572cf2b798d9b6b29b68fb.tar.gz
bcm5719-llvm-926db72a4d066923e0572cf2b798d9b6b29b68fb.zip
Add missing headers after header cleanup in r275882.
llvm-svn: 275914
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
index 63a3a85bacb..eed63dcc34c 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
@@ -16,9 +16,11 @@
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendActions.h"
#include "clang/Lex/Preprocessor.h"
+#include "clang/Lex/PreprocessorOptions.h"
#include "clang/Parse/Parser.h"
#include "clang/Sema/Lookup.h"
#include "clang/Serialization/ASTReader.h"
+#include "llvm/Support/Path.h"
// Project includes
#include "ClangModulesDeclVendor.h"
OpenPOWER on IntegriCloud