From dd2ca837959c74dcf0bd602748041507597f0493 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 18 Apr 2016 13:54:50 +0000 Subject: [PATCH] Unbreak building unit tests on Windows after r266595. llvm-svn: 266614 --- llvm/unittests/Support/Path.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 20e087213751..fbeabe0bfc5c 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 #include #endif