Add missing import to fix the build
authorAmaury Sechet <deadalnix@gmail.com>
Thu, 21 Jul 2016 04:31:38 +0000 (04:31 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Thu, 21 Jul 2016 04:31:38 +0000 (04:31 +0000)
llvm-svn: 276237

llvm/lib/IR/AttributeSetNode.h

index 2d0144b..fab1ed5 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/IR/Attributes.h"
 #include "llvm/Support/TrailingObjects.h"
+#include <climits>
 
 namespace llvm {