summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/JIT.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ExecutionEngine/JIT.h')
-rw-r--r--include/llvm/ExecutionEngine/JIT.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/ExecutionEngine/JIT.h b/include/llvm/ExecutionEngine/JIT.h
index 8f17be1ece..3563b6a253 100644
--- a/include/llvm/ExecutionEngine/JIT.h
+++ b/include/llvm/ExecutionEngine/JIT.h
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file forces the interpreter to link in on certain operating systems.
+// This file forces the JIT to link in on certain operating systems.
// (Windows).
//
//===----------------------------------------------------------------------===//
@@ -16,6 +16,7 @@
#define EXECUTION_ENGINE_JIT_H
#include "llvm/ExecutionEngine/ExecutionEngine.h"
+#include <cstdlib>
namespace llvm {
extern void LinkInJIT();