Add missing #include found by Clang

llvm-svn: 89043
This commit is contained in:
Douglas Gregor 2009-11-17 05:21:59 +00:00
parent 3fad61786e
commit 92d8292699
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "llvm/System/DataTypes.h"
#include "llvm/ADT/DenseMap.h"
#include "clang/AST/DeclCXX.h"
namespace clang {
class ASTContext;