From 17ecf145111f903d62952fb1b557ea60471d7408 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 26 Jan 2021 10:57:07 +0900 Subject: Revert "Minimize the changes in #5277" This reverts commit dc51d89ac22acc60b9bfeed87115863565b74085. --- mrbgems/mruby-method/src/method.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mrbgems/mruby-method/src/method.c') diff --git a/mrbgems/mruby-method/src/method.c b/mrbgems/mruby-method/src/method.c index 7699693fd..5d3a6c46a 100644 --- a/mrbgems/mruby-method/src/method.c +++ b/mrbgems/mruby-method/src/method.c @@ -4,6 +4,7 @@ #include "mruby/variable.h" #include "mruby/proc.h" #include "mruby/string.h" +#include "mruby/presym.h" static struct RObject * method_object_alloc(mrb_state *mrb, struct RClass *mclass) -- cgit v1.2.3