Add <climits>, to get the definition of CHAR_BIT. This should fix
authorDan Gohman <gohman@apple.com>
Mon, 5 Jan 2009 19:47:30 +0000 (19:47 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 5 Jan 2009 19:47:30 +0000 (19:47 +0000)
build errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61736 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 4a6e1f9344b96b51b4ed1542342c31a31e6fcf8a..2b26604648f216ad74b6c7eafaccf679c990dc11 100644 (file)
@@ -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>