diff options
Diffstat (limited to 'unittests/Frontend/CodeGenActionTest.cpp')
| -rw-r--r-- | unittests/Frontend/CodeGenActionTest.cpp | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/unittests/Frontend/CodeGenActionTest.cpp b/unittests/Frontend/CodeGenActionTest.cpp index 71446fd4d79d2..356b5130fcbe9 100644 --- a/unittests/Frontend/CodeGenActionTest.cpp +++ b/unittests/Frontend/CodeGenActionTest.cpp @@ -11,9 +11,10 @@  //  //===----------------------------------------------------------------------===// -#include "clang/Frontend/CompilerInstance.h" -#include "clang/CodeGen/CodeGenAction.h"  #include "clang/CodeGen/BackendUtil.h" +#include "clang/CodeGen/CodeGenAction.h" +#include "clang/Frontend/CompilerInstance.h" +#include "clang/Lex/PreprocessorOptions.h"  #include "gtest/gtest.h"  using namespace llvm;  | 
