commit | f18edae09401fab4541809218b3485fde025e9b1 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Mon Jul 15 07:15:05 2013 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Mon Jul 15 07:15:05 2013 +0000 |
tree | e4a6c2570988d1fe49812b068cdf55b4b4cc554a | |
parent | de1f15111505133974d055bff1940f69c0c0994f [diff] [blame] |
Add include to hopefully fix windows build. llvm-svn: 186310
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index 8eee1d2..b023593 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/lib/Support/Windows/Path.inc
@@ -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>