forked from OSchip/llvm-project
Add missing include for stderr and fprintf, needed
when compiling with gcc-4.4. llvm-svn: 72109
This commit is contained in:
parent
45966b4671
commit
ca3a465b76
|
|
@ -17,6 +17,7 @@
|
|||
#include "clang/AST/ASTConsumer.h"
|
||||
#include "clang/Basic/SourceManager.h"
|
||||
#include "clang/Lex/Preprocessor.h"
|
||||
#include <cstdio>
|
||||
using namespace clang;
|
||||
|
||||
typedef TextDiagnosticBuffer::DiagList DiagList;
|
||||
|
|
|
|||
Loading…
Reference in New Issue