summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-16 21:36:36 +0000
committerChris Lattner <sabre@nondot.org>2011-06-16 21:36:36 +0000
commite817127e0a413bd934546b7d9b79a2b589c180b3 (patch)
tree3a8109452b0857d732d22a3740eae3683881fa72 /unittests
parentb9a7187f4baeac921308bf13b4624216ba4bf93c (diff)
downloadllvm-e817127e0a413bd934546b7d9b79a2b589c180b3.tar.gz
llvm-e817127e0a413bd934546b7d9b79a2b589c180b3.tar.bz2
llvm-e817127e0a413bd934546b7d9b79a2b589c180b3.tar.xz
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')
-rw-r--r--unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp1
-rw-r--r--unittests/Support/TypeBuilderTest.cpp1
2 files changed, 2 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;
diff --git a/unittests/Support/TypeBuilderTest.cpp b/unittests/Support/TypeBuilderTest.cpp
index e805827ae2..5a8288384f 100644
--- a/unittests/Support/TypeBuilderTest.cpp
+++ b/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"