xo-interpreter2 stack: bugfix after GCObject facet location change

This commit is contained in:
Roland Conybeare 2026-03-11 08:49:03 -05:00
commit 55ae44d308
20 changed files with 20 additions and 20 deletions

View file

@ -14,7 +14,7 @@
#pragma once
#include "GCObject.hpp"
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include "DLocalSymtab.hpp"