aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-01-05 19:47:30 +0000
committerDan Gohman <gohman@apple.com>2009-01-05 19:47:30 +0000
commit50b84f44e4bf4099d62a86abd4f553a095305eac (patch)
treebc4ffb22b9978e0445501d1559f8640c90cc57ab /include
parent11df7e5157352d082bcb556907c3c8239228ae7f (diff)
downloadexternal_llvm-50b84f44e4bf4099d62a86abd4f553a095305eac.zip
external_llvm-50b84f44e4bf4099d62a86abd4f553a095305eac.tar.gz
external_llvm-50b84f44e4bf4099d62a86abd4f553a095305eac.tar.bz2
Add <climits>, to get the definition of CHAR_BIT. This should fix
build errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index 4a6e1f9..2b26604 100644
--- a/include/llvm/Target/TargetLowering.h
+++ b/include/llvm/Target/TargetLowering.h
@@ -29,6 +29,7 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/STLExtras.h"
+#include <climits>
#include <map>
#include <vector>