summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorkyab <[email protected]>2013-11-26 20:28:24 +0900
committerkyab <[email protected]>2013-11-26 20:28:24 +0900
commit1a6244d99dc31ab4782c32d3ab9aea4d1d563b48 (patch)
tree97f4744a40db1959348072104bc0deaa1bad8b36 /include
parent0f9d287ba487f6d39f5cf389bbdcaf86eb88ec79 (diff)
downloadmruby-1a6244d99dc31ab4782c32d3ab9aea4d1d563b48.tar.gz
mruby-1a6244d99dc31ab4782c32d3ab9aea4d1d563b48.zip
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 {