diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-10-23 22:38:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-10-23 22:38:58 +0000 |
commit | edf8e387019e167b889216065980ce3cc87a0de9 (patch) | |
tree | 7188dd41eaf40b7ab6131e06384ce2cf4f950aa0 /clang/unittests/Lex | |
parent | cdb4d699a895f9f9ac86968bcaa8f894a5fcaec4 (diff) | |
download | bcm5719-llvm-edf8e387019e167b889216065980ce3cc87a0de9.tar.gz bcm5719-llvm-edf8e387019e167b889216065980ce3cc87a0de9.zip |
More unit-test fixes
llvm-svn: 166511
Diffstat (limited to 'clang/unittests/Lex')
-rw-r--r-- | clang/unittests/Lex/LexerTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Lex/LexerTest.cpp b/clang/unittests/Lex/LexerTest.cpp index 593fdb572a5..98a14083037 100644 --- a/clang/unittests/Lex/LexerTest.cpp +++ b/clang/unittests/Lex/LexerTest.cpp @@ -10,6 +10,7 @@ #include "clang/Basic/SourceManager.h" #include "clang/Basic/FileManager.h" #include "clang/Basic/Diagnostic.h" +#include "clang/Basic/DiagnosticOptions.h" #include "clang/Basic/LangOptions.h" #include "clang/Basic/TargetOptions.h" #include "clang/Basic/TargetInfo.h" |