diff options
Diffstat (limited to 'clang/tools/clang-cc/SerializationTest.cpp')
-rw-r--r-- | clang/tools/clang-cc/SerializationTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/tools/clang-cc/SerializationTest.cpp b/clang/tools/clang-cc/SerializationTest.cpp index a39811fd90e..74ccb4b4d1f 100644 --- a/clang/tools/clang-cc/SerializationTest.cpp +++ b/clang/tools/clang-cc/SerializationTest.cpp @@ -15,14 +15,15 @@ //===----------------------------------------------------------------------===// #include "clang/AST/ASTConsumer.h" +#include "clang/AST/ASTContext.h" #include "clang/AST/CFG.h" #include "clang/AST/Decl.h" #include "clang.h" #include "ASTConsumers.h" -#include "clang/AST/TranslationUnit.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/Support/Streams.h" +#include "llvm/System/Path.h" #include <fstream> #include <cstring> using namespace clang; |