diff options
Diffstat (limited to 'engines/sword2/memory.cpp')
| -rw-r--r-- | engines/sword2/memory.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sword2/memory.cpp b/engines/sword2/memory.cpp index cd36f9a19b..5fd2d4e78e 100644 --- a/engines/sword2/memory.cpp +++ b/engines/sword2/memory.cpp @@ -20,9 +20,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$ */ // The new memory manager, now only used by the resource manager. The original @@ -48,6 +45,7 @@ // // The number zero is used to represent the NULL pointer. +#include "common/textconsole.h" #include "sword2/sword2.h" #include "sword2/memory.h" |
