Add a missing include <cstdio>

llvm-svn: 89859
This commit is contained in:
Daniel Dunbar 2009-11-25 10:53:00 +00:00
parent 750246255d
commit b7f1babb73
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "llvm/System/Path.h"
#include "llvm/System/Signals.h"
#include "llvm/Target/TargetSelect.h"
#include <cstdio>
using namespace clang;
//===----------------------------------------------------------------------===//