# HG changeset patch # User nloodin # Date 1331910844 -3600 # Node ID 590560cfc9977ab41fc7b9382c6269097bfd109d # Parent 232f136e7b600327b8c2268e9609854348b8dd23 7154517: Build error in hotspot-gc without precompiled headers Reviewed-by: jcoomes, brutisso diff -r 232f136e7b60 -r 590560cfc997 hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.inline.hpp --- a/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.inline.hpp Wed Mar 21 08:34:23 2012 +0100 +++ b/hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.inline.hpp Fri Mar 16 16:14:04 2012 +0100 @@ -25,6 +25,7 @@ #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_INLINE_HPP #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_INLINE_HPP +#include "gc_implementation/parallelScavenge/psOldGen.hpp" #include "gc_implementation/parallelScavenge/psPromotionManager.hpp" #include "gc_implementation/parallelScavenge/psScavenge.hpp"