Add missing headers after header cleanup in r275882.
authorChaoren Lin <chaorenl@google.com>
Mon, 18 Jul 2016 21:11:43 +0000 (21:11 +0000)
committerChaoren Lin <chaorenl@google.com>
Mon, 18 Jul 2016 21:11:43 +0000 (21:11 +0000)
llvm-svn: 275914

lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp

index 63a3a85..eed63dc 100644 (file)
 #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"