summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2013-07-15 07:15:05 +0000
committerCraig Topper <craig.topper@gmail.com>2013-07-15 07:15:05 +0000
commitf18edae09401fab4541809218b3485fde025e9b1 (patch)
treee4a6c2570988d1fe49812b068cdf55b4b4cc554a
parentde1f15111505133974d055bff1940f69c0c0994f (diff)
downloadbcm5719-llvm-f18edae09401fab4541809218b3485fde025e9b1.tar.gz
bcm5719-llvm-f18edae09401fab4541809218b3485fde025e9b1.zip
Add include to hopefully fix windows build.
llvm-svn: 186310
-rw-r--r--llvm/lib/Support/Windows/Path.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc
index 8eee1d28ae3..b0235933dfd 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>
OpenPOWER on IntegriCloud