From 7c82bfa7fe17ef7b44d55f058bb4be14eb7e62e0 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 7 Jan 2016 12:23:17 +0900 Subject: mruby-sprintf to use mrb_int formatting macros; ref #3076 --- include/mruby/value.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/mruby/value.h b/include/mruby/value.h index 5c1aa10a6..0eac19df9 100644 --- a/include/mruby/value.h +++ b/include/mruby/value.h @@ -22,6 +22,8 @@ struct mrb_state; # error "You can't define MRB_INT16 and MRB_INT64 at the same time." #endif +#include + #if defined(MRB_INT64) typedef int64_t mrb_int; # define MRB_INT_BIT 64 -- cgit v1.2.3