lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 17 Apr 2015 10:01:30 +0000 (10:01 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 17 Apr 2015 10:01:30 +0000 (10:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235175 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/OrcLazyJIT.cpp

index ff8baf0b0798fbb86a3bb81667a01a6fafc868b0..88904e0af8e2e6c56aad4d9ccac7d64ea99bbe3a 100644 (file)
@@ -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;