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/Support/TypeBuilderTest.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/Support/TypeBuilderTest.cpp')
-rw-r--r-- | unittests/Support/TypeBuilderTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |