projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e66f6f1
)
Include <limits.h> to get the definition of CHAR_BIT.
author
Dan Gohman
<gohman@apple.com>
Sat, 2 May 2009 21:03:21 +0000
(21:03 +0000)
committer
Dan Gohman
<gohman@apple.com>
Sat, 2 May 2009 21:03:21 +0000
(21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70643
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/TypeBuilder.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/TypeBuilder.h
b/include/llvm/Support/TypeBuilder.h
index c8ffb938c60f5b24929fddefeb6d676f5374251b..5198c8173998893d1a6401185c62941509abd3f9 100644
(file)
--- a/
include/llvm/Support/TypeBuilder.h
+++ b/
include/llvm/Support/TypeBuilder.h
@@
-16,6
+16,7
@@
#define LLVM_SUPPORT_TYPEBUILDER_H
#include "llvm/DerivedTypes.h"
+#include <limits.h>
namespace llvm {