[upstream-update] update header inclusion for PreprocessorOptions

The PreprocessorOptions type was moved into a separate header in clang.  Update
the inclusion to fix the compilation.
This commit is contained in:
Saleem Abdulrasool
2016-07-22 18:56:13 -07:00
parent 87750acbbc
commit 9dd9b3a1ab
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include "clang/CodeGen/ObjectFilePCHContainerOperations.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/TextDiagnosticBuffer.h"
#include "clang/Lex/PreprocessorOptions.h"
#include "clang/Serialization/ASTReader.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/MemoryBuffer.h"