summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-06-10 05:19:42 +0000
committerCraig Topper <craig.topper@gmail.com>2016-06-10 05:19:42 +0000
commitfcb7e6780a6a6dc4b227d5b864e12b2e2e1e92e2 (patch)
tree831e0677ab3bcadca7f8bb8917563cace4c03513
parentaf053d8b973ac360b3030c6cdfc725b9f0450230 (diff)
downloadbcm5719-llvm-fcb7e6780a6a6dc4b227d5b864e12b2e2e1e92e2.tar.gz
bcm5719-llvm-fcb7e6780a6a6dc4b227d5b864e12b2e2e1e92e2.zip
Add missing include for r272369
llvm-svn: 272373
-rw-r--r--llvm/include/llvm/Support/MathExtras.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/MathExtras.h b/llvm/include/llvm/Support/MathExtras.h
index 94ca40d5789..f44fd19c544 100644
--- a/llvm/include/llvm/Support/MathExtras.h
+++ b/llvm/include/llvm/Support/MathExtras.h
@@ -16,6 +16,7 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/SwapByteOrder.h"
+#include <algorithm>
#include <cassert>
#include <cstring>
#include <type_traits>
OpenPOWER on IntegriCloud