From c9fe903fe15e601900ec17ae40fe82b0d2dc4978 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Sun, 12 Aug 2012 01:59:18 +0900 Subject: now segmented list can be used as instance variable tables by -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption --- src/error.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/error.c') diff --git a/src/error.c b/src/error.c index 6fe839cb2..150524f87 100644 --- a/src/error.c +++ b/src/error.c @@ -8,6 +8,7 @@ #include #include #include +#include #include "error.h" #include "mruby/variable.h" #include "mruby/string.h" -- cgit v1.2.3