forked from OSchip/llvm-project
lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.
llvm-svn: 235175
This commit is contained in:
parent
796a772617
commit
57ac057b52
|
@ -11,6 +11,7 @@
|
|||
#include "llvm/ExecutionEngine/Orc/OrcTargetSupport.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/DynamicLibrary.h"
|
||||
#include <cstdio>
|
||||
#include <system_error>
|
||||
|
||||
using namespace llvm;
|
||||
|
|
Loading…
Reference in New Issue