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/AST/CommentParser.cpp | |
| 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/AST/CommentParser.cpp')
| -rw-r--r-- | clang/unittests/AST/CommentParser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/AST/CommentParser.cpp b/clang/unittests/AST/CommentParser.cpp index 8cfb24438f1..8fde2478e74 100644 --- a/clang/unittests/AST/CommentParser.cpp +++ b/clang/unittests/AST/CommentParser.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/AST/Comment.h" #include "clang/AST/CommentLexer.h" #include "clang/AST/CommentParser.h" |

