summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-11-26 04:11:38 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-11-26 04:11:38 -0800
commite9e1259b61ec869eb64f0c872508957eb7a9d2b8 (patch)
tree97f4744a40db1959348072104bc0deaa1bad8b36 /include
parent0f9d287ba487f6d39f5cf389bbdcaf86eb88ec79 (diff)
parent1a6244d99dc31ab4782c32d3ab9aea4d1d563b48 (diff)
downloadmruby-e9e1259b61ec869eb64f0c872508957eb7a9d2b8.tar.gz
mruby-e9e1259b61ec869eb64f0c872508957eb7a9d2b8.zip
Merge pull request #1599 from kyab/fix_mrb_word_boxing
Fix build error for MRB_WORD_BOXING
Diffstat (limited to 'include')
-rw-r--r--include/mruby/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/value.h b/include/mruby/value.h
index c48c9169e..f666de9dd 100644
--- a/include/mruby/value.h
+++ b/include/mruby/value.h
@@ -215,6 +215,7 @@ enum mrb_vtype {
#if defined(MRB_WORD_BOXING)
+#include <limits.h>
#define MRB_TT_HAS_BASIC MRB_TT_FLOAT
enum mrb_special_consts {