diff options
| -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" |

