8098552: 8079792 breaks Zero builds without precompiled headers.
Summary: Include memRegion.hpp in g1BiasedArray.hpp
Reviewed-by: ehelin, sjohanss
--- a/hotspot/src/share/vm/gc/g1/g1BiasedArray.hpp Mon Jun 15 13:48:30 2015 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1BiasedArray.hpp Mon Jun 15 11:50:16 2015 +0200
@@ -26,6 +26,7 @@
#define SHARE_VM_GC_G1_G1BIASEDARRAY_HPP
#include "memory/allocation.hpp"
+#include "memory/memRegion.hpp"
#include "utilities/debug.hpp"
// Implements the common base functionality for arrays that contain provisions