Add #include (introduced by dependence on DeclGroup)

llvm-svn: 57274
This commit is contained in:
Ted Kremenek 2008-10-07 23:08:39 +00:00
parent 4faf673d7f
commit 5ee6292e32
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "clang/Rewrite/Rewriter.h"
#include "clang/AST/Stmt.h"
#include "clang/AST/Decl.h"
#include "clang/Lex/Lexer.h"
#include "clang/Basic/SourceManager.h"
#include "llvm/Support/raw_ostream.h"