forked from OSchip/llvm-project
Use #include <stdio.h> when using fprintf and stderr.
llvm-svn: 86717
This commit is contained in:
parent
87fe40b32d
commit
ad5ef3d70f
|
@ -17,6 +17,7 @@
|
|||
#include "clang/Basic/TargetInfo.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace clang;
|
||||
|
||||
|
|
Loading…
Reference in New Issue