diff src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.hpp @ 20339:7b2fc3129653

8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers Reviewed-by: mgerdin, ehelin
author tschatzl
date Wed, 20 Aug 2014 15:04:39 +0200
parents 1f1d373cd044
children e7d0505c8a30
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.hpp	Wed Aug 20 14:34:40 2014 +0200
+++ b/src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.hpp	Wed Aug 20 15:04:39 2014 +0200
@@ -26,6 +26,7 @@
 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1REGIONTOSPACEMAPPER_HPP
 
 #include "gc_implementation/g1/g1PageBasedVirtualSpace.hpp"
+#include "memory/allocation.hpp"
 #include "utilities/debug.hpp"
 
 class G1MappingChangedListener VALUE_OBJ_CLASS_SPEC {