From 7e4224e52a2202ba98dd93ffe209d231e5c1d35c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 3 Jul 2011 00:15:30 +0200 Subject: COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined. --- video/codecs/cdtoons.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'video/codecs') diff --git a/video/codecs/cdtoons.cpp b/video/codecs/cdtoons.cpp index 9bdc794fa6..528cee8094 100644 --- a/video/codecs/cdtoons.cpp +++ b/video/codecs/cdtoons.cpp @@ -24,6 +24,7 @@ #include "common/rect.h" #include "common/stream.h" #include "common/textconsole.h" +#include "common/array.h" namespace Video { -- cgit v1.2.3