< prev index next >

src/share/vm/utilities/bitMap.hpp

Print this page

        

@@ -24,10 +24,11 @@
 
 #ifndef SHARE_VM_UTILITIES_BITMAP_HPP
 #define SHARE_VM_UTILITIES_BITMAP_HPP
 
 #include "memory/allocation.hpp"
+#include "utilities/align.hpp"
 
 // Forward decl;
 class BitMapClosure;
 
 // Operations for bitmaps represented as arrays of unsigned integers.
< prev index next >