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 | 3e9f21f7396df298ea41d322a2e5e76e2c76e6ac (patch) | |
| tree | 7dabbdf75d5bf1de6e84982cb0ad563a33ff6007 | |
| parent | 99807bc8ced6d9a73f6b5a05cc4e040305201373 (diff) | |
| download | bcm5719-llvm-3e9f21f7396df298ea41d322a2e5e76e2c76e6ac.tar.gz bcm5719-llvm-3e9f21f7396df298ea41d322a2e5e76e2c76e6ac.zip | |
add some #includes that will soon be needed.
llvm-svn: 133195
| -rw-r--r-- | llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp | 1 | ||||
| -rw-r--r-- | llvm/unittests/Support/TypeBuilderTest.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp b/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp index ff5af3b72d4..0bc1966781d 100644 --- a/llvm/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp +++ b/llvm/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; diff --git a/llvm/unittests/Support/TypeBuilderTest.cpp b/llvm/unittests/Support/TypeBuilderTest.cpp index e805827ae22..5a8288384f7 100644 --- a/llvm/unittests/Support/TypeBuilderTest.cpp +++ b/llvm/unittests/Support/TypeBuilderTest.cpp @@ -9,6 +9,7 @@ #include "llvm/Support/TypeBuilder.h" #include "llvm/LLVMContext.h" +#include "llvm/ADT/ArrayRef.h" #include "gtest/gtest.h" |

