< prev index next >

src/share/vm/memory/strongRootsScope.hpp

Print this page

        

@@ -23,10 +23,12 @@
  */
 
 #ifndef SHARE_VM_MEMORY_STRONGROOTSSCOPE_HPP
 #define SHARE_VM_MEMORY_STRONGROOTSSCOPE_HPP
 
+#include "memory/allocation.hpp"
+
 class MarkScope : public StackObj {
  protected:
   bool _active;
  public:
   MarkScope(bool activate = true);
< prev index next >