forked from OSchip/llvm-project
Add include to hopefully fix windows build.
llvm-svn: 186310
This commit is contained in:
parent
de1f151115
commit
f18edae094
|
@ -16,6 +16,7 @@
|
|||
//=== is guaranteed to work on *all* Windows variants.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "Windows.h"
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
|
|
Loading…
Reference in New Issue