From 634595e0738cfb55d922ab91cdea7460156306a9 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 21 Nov 2007 16:55:24 +0000 Subject: Cleanup svn-id: r29592 --- engines/agi/picture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/agi/picture.h') diff --git a/engines/agi/picture.h b/engines/agi/picture.h index 1d764cd7bd..8604b72d10 100644 --- a/engines/agi/picture.h +++ b/engines/agi/picture.h @@ -27,6 +27,7 @@ #define AGI_PICTURE_H #include "agi/agi.h" +#include "common/stack.h" namespace Agi { @@ -140,6 +141,7 @@ private: int _flags; int _currentStep; + Common::Stack _stack; // For the flood fill routines }; } // End of namespace Agi -- cgit v1.2.3