summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-07-21 04:31:38 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-07-21 04:31:38 +0000
commited7b7d7efe9e67561f7f90ebcd65fee1e24f113f (patch)
tree6a5e47dd3ff989602f3d6c928c63692abad492c3
parent17b67cd1ad380d0398ebc35f14a3cbb21730aa77 (diff)
downloadbcm5719-llvm-ed7b7d7efe9e67561f7f90ebcd65fee1e24f113f.tar.gz
bcm5719-llvm-ed7b7d7efe9e67561f7f90ebcd65fee1e24f113f.zip
Add missing import to fix the build
llvm-svn: 276237
-rw-r--r--llvm/lib/IR/AttributeSetNode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/AttributeSetNode.h b/llvm/lib/IR/AttributeSetNode.h
index 2d0144bf8f6..fab1ed51e4d 100644
--- a/llvm/lib/IR/AttributeSetNode.h
+++ b/llvm/lib/IR/AttributeSetNode.h
@@ -18,6 +18,7 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/IR/Attributes.h"
#include "llvm/Support/TrailingObjects.h"
+#include <climits>
namespace llvm {
OpenPOWER on IntegriCloud