Unbreak building unit tests on Windows after r266595.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266614 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nico Weber 2016-04-18 13:54:50 +00:00
parent 2e7ff2cd6d
commit 55044047e6

View File

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