summaryrefslogtreecommitdiff
path: root/include/llvm/IR/TypeBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/IR/TypeBuilder.h')
-rw-r--r--include/llvm/IR/TypeBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/TypeBuilder.h b/include/llvm/IR/TypeBuilder.h
index 80c60a0806..5a29e1e108 100644
--- a/include/llvm/IR/TypeBuilder.h
+++ b/include/llvm/IR/TypeBuilder.h
@@ -17,7 +17,7 @@
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/LLVMContext.h"
-#include <limits.h>
+#include <climits>
namespace llvm {