Unbreak building unit tests on Windows after r266595.

llvm-svn: 266614
This commit is contained in:
Nico Weber 2016-04-18 13:54:50 +00:00
parent f34ae37f14
commit dd2ca83795
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "gtest/gtest.h" #include "gtest/gtest.h"
#ifdef LLVM_ON_WIN32 #ifdef LLVM_ON_WIN32
#include "llvm/ADT/ArrayRef.h"
#include <windows.h> #include <windows.h>
#include <winerror.h> #include <winerror.h>
#endif #endif