Add include needed for MSVC.

llvm-svn: 76359
This commit is contained in:
Daniel Dunbar 2009-07-19 02:17:34 +00:00
parent 242b7b906d
commit 461ea7f005
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#define LLVM_CLANG_AST_RECORDLAYOUTBUILDER_H
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/DataTypes.h"
namespace clang {
class ASTContext;