Add missing #include

llvm-svn: 103260
This commit is contained in:
Douglas Gregor 2010-05-07 15:59:09 +00:00
parent 56f14e575d
commit dda3f33987
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
#include "clang/Frontend/FrontendActions.h"
#include "clang/AST/ASTConsumer.h"
#include <cstdio>
using namespace clang;
namespace {