1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 8ad698f047
commit 992481bdd0

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