diff options
author | Chris Lattner <sabre@nondot.org> | 2011-06-16 21:36:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-06-16 21:36:36 +0000 |
commit | e817127e0a413bd934546b7d9b79a2b589c180b3 (patch) | |
tree | 3a8109452b0857d732d22a3740eae3683881fa72 /unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp | |
parent | b9a7187f4baeac921308bf13b4624216ba4bf93c (diff) |
add some #includes that will soon be needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp')
-rw-r--r-- | unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp b/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp index ff5af3b72d..0bc1966781 100644 --- a/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp +++ b/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp @@ -14,6 +14,7 @@ #include "llvm/Function.h" #include "llvm/GlobalValue.h" #include "llvm/LLVMContext.h" +#include "llvm/ADT/ArrayRef.h" using namespace llvm; |