diff options
-rw-r--r-- | llvm/unittests/Support/Path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 20e08721375..fbeabe0bfc5 100644 --- a/llvm/unittests/Support/Path.cpp +++ b/llvm/unittests/Support/Path.cpp @@ -17,6 +17,7 @@ #include "gtest/gtest.h" #ifdef LLVM_ON_WIN32 +#include "llvm/ADT/ArrayRef.h" #include <windows.h> #include <winerror.h> #endif |