Add include to hopefully fix windows build.

llvm-svn: 186310
This commit is contained in:
Craig Topper 2013-07-15 07:15:05 +00:00
parent de1f151115
commit f18edae094
1 changed files with 1 additions and 0 deletions

View File

@ -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>