Skip to content

Commit 3a03d7d

Browse files
committedApr 5, 2023
Fix Zero builds
Reviewed-by: kdnilsen
1 parent 72b67ad commit 3a03d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.hpp"
2828
#include "gc/shenandoah/shenandoahCollectionSet.hpp"
2929
#include "gc/shenandoah/shenandoahFreeSet.hpp"
30+
#include "gc/shenandoah/shenandoahHeap.inline.hpp"
3031
#include "gc/shenandoah/shenandoahGeneration.hpp"
3132
#include "gc/shenandoah/shenandoahYoungGeneration.hpp"
3233
#include "logging/log.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.