diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/tools/lli/OrcLazyJIT.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/lli/OrcLazyJIT.cpp b/llvm/tools/lli/OrcLazyJIT.cpp index ff8baf0b079..88904e0af8e 100644 --- a/llvm/tools/lli/OrcLazyJIT.cpp +++ b/llvm/tools/lli/OrcLazyJIT.cpp @@ -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; |