Add missing include

llvm-svn: 118485
This commit is contained in:
Douglas Gregor 2010-11-09 04:06:42 +00:00
parent 2927c0c817
commit 6215889e91
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "clang/AST/ASTContext.h"
#include "clang/Basic/SourceManager.h"
#include "llvm/ADT/StringExtras.h"
#include <cstdio>
namespace clang {