< prev index next >

src/cpu/zero/vm/stack_zero.hpp

Print this page

        

@@ -24,10 +24,11 @@
  */
 
 #ifndef CPU_ZERO_VM_STACK_ZERO_HPP
 #define CPU_ZERO_VM_STACK_ZERO_HPP
 
+#include "utilities/align.hpp"
 #include "utilities/sizes.hpp"
 
 class ZeroStack {
  private:
   intptr_t *_base; // the last available word
< prev index next >