< prev index next >

src/share/vm/oops/arrayOop.hpp

Print this page

        

@@ -25,10 +25,11 @@
 #ifndef SHARE_VM_OOPS_ARRAYOOP_HPP
 #define SHARE_VM_OOPS_ARRAYOOP_HPP
 
 #include "memory/universe.inline.hpp"
 #include "oops/oop.hpp"
+#include "utilities/align.hpp"
 
 // arrayOopDesc is the abstract baseclass for all arrays.  It doesn't
 // declare pure virtual to enforce this because that would allocate a vtbl
 // in each instance, which we don't want.
 
< prev index next >