8078048: Fix non-pch build after "8076457: Fix includes of inline.hpp in GC code"
authorgoetz
Fri, 17 Apr 2015 11:46:56 +0200
changeset 30265 609384e91c30
parent 30263 ffa31d06cb02
child 30266 ef82cd1f2db3
8078048: Fix non-pch build after "8076457: Fix includes of inline.hpp in GC code" Reviewed-by: stefank, ehelin
hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp
--- a/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp	Fri Apr 17 10:46:41 2015 +0200
+++ b/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp	Fri Apr 17 11:46:56 2015 +0200
@@ -44,6 +44,7 @@
 // The solution is to remove this method from the definition
 // of a Space.
 
+class G1CollectedHeap;
 class HeapRegionRemSet;
 class HeapRegionRemSetIterator;
 class HeapRegion;