fix: Add #include "gc/shenandoah/shenandoahHeap.hpp" to build error

This commit is contained in:
Xiaolong Peng 2026-06-10 17:40:19 -07:00
parent 371d676da2
commit 048131bfc8

View File

@ -25,6 +25,7 @@
#include "gc/shenandoah/shenandoahAllocator.hpp"
#include "gc/shenandoah/shenandoahAllocRequest.hpp"
#include "gc/shenandoah/shenandoahFreeSet.hpp"
#include "gc/shenandoah/shenandoahHeap.hpp"
#include "gc/shenandoah/shenandoahHeapRegion.hpp"
ShenandoahAllocator::ShenandoahAllocator(ShenandoahFreeSet* free_set)