forked from OSchip/llvm-project
Unbreak building unit tests on Windows after r266595.
llvm-svn: 266614
This commit is contained in:
parent
f34ae37f14
commit
dd2ca83795
|
@ -17,6 +17,7 @@
|
|||
#include "gtest/gtest.h"
|
||||
|
||||
#ifdef LLVM_ON_WIN32
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include <windows.h>
|
||||
#include <winerror.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue