diff --git a/src/gc.c b/src/gc.c index f650bbb0..e1edfcee 100644 --- a/src/gc.c +++ b/src/gc.c @@ -4,6 +4,10 @@ #include "picrin/gc.h" #include "picrin/irep.h" +#if GC_DEBUG +# include +#endif + void init_heap_page(struct heap_page *heap) {