From 99f5fd9c5eb176c0561d42e95dc8bb836e580936 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 25 Mar 2026 00:10:42 -0400 Subject: [PATCH] xo-procedure: + set-car primitive --- include/xo/alloc2/gc/RCollector_aux.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/xo/alloc2/gc/RCollector_aux.hpp b/include/xo/alloc2/gc/RCollector_aux.hpp index 4fc59b9..ece1b55 100644 --- a/include/xo/alloc2/gc/RCollector_aux.hpp +++ b/include/xo/alloc2/gc/RCollector_aux.hpp @@ -14,6 +14,9 @@ namespace xo { namespace mm { + class ACollector; + class AGCObject; + /** defined here to avoid #include cycle, since * template obj awkward to make available * in RCollector.hpp