forked from OSchip/llvm-project
Add back #include of 'cstdio' to hopefully unbreak the build on Linux.
llvm-svn: 92765
This commit is contained in:
parent
6c1c205183
commit
902292d7ac
|
@ -19,6 +19,9 @@
|
|||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include "llvm/System/Program.h"
|
||||
|
||||
// Needed to define L_TMPNAM on some systems.
|
||||
#include <cstdio>
|
||||
|
||||
using namespace clang;
|
||||
using namespace idx;
|
||||
|
||||
|
|
Loading…
Reference in New Issue