[llvm] r266614 - Unbreak building unit tests on Windows after r266595.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 06:54:51 PDT 2016


Author: nico
Date: Mon Apr 18 08:54:50 2016
New Revision: 266614

URL: http://llvm.org/viewvc/llvm-project?rev=266614&view=rev
Log:
Unbreak building unit tests on Windows after r266595.

Modified:
    llvm/trunk/unittests/Support/Path.cpp

Modified: llvm/trunk/unittests/Support/Path.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Support/Path.cpp?rev=266614&r1=266613&r2=266614&view=diff
==============================================================================
--- llvm/trunk/unittests/Support/Path.cpp (original)
+++ llvm/trunk/unittests/Support/Path.cpp Mon Apr 18 08:54:50 2016
@@ -17,6 +17,7 @@
 #include "gtest/gtest.h"
 
 #ifdef LLVM_ON_WIN32
+#include "llvm/ADT/ArrayRef.h"
 #include <windows.h>
 #include <winerror.h>
 #endif




More information about the llvm-commits mailing list