Add include to hopefully fix windows build.
authorCraig Topper <craig.topper@gmail.com>
Mon, 15 Jul 2013 07:15:05 +0000 (07:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 15 Jul 2013 07:15:05 +0000 (07:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186310 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Windows/Path.inc

index 8eee1d28ae3e27f25c4924d91ca2d45128c312cf..b0235933dfd85a0cb61c8925fc057e528e2812b8 100644 (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>