commit | dd2ca837959c74dcf0bd602748041507597f0493 | [log] [tgz] |
---|---|---|
author | Nico Weber <nicolasweber@gmx.de> | Mon Apr 18 13:54:50 2016 +0000 |
committer | Nico Weber <nicolasweber@gmx.de> | Mon Apr 18 13:54:50 2016 +0000 |
tree | 6cb0e0b5f329a83a3b264b96c35a449f45fa58b2 | |
parent | f34ae37f14550f231e61bef4e9e0941600788964 [diff] [blame] |
Unbreak building unit tests on Windows after r266595. llvm-svn: 266614
diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 20e0872..fbeabe0 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