aboutsummaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorJohannes Schickel2011-07-03 00:15:30 +0200
committerJohannes Schickel2011-07-03 00:16:07 +0200
commit7e4224e52a2202ba98dd93ffe209d231e5c1d35c (patch)
treef026976cddcd30f74475e3f5d47c92d5804eefa3 /video
parent0b1cb0ebbb9a3779f8e3d1fb0d3a44252394fe0c (diff)
downloadscummvm-rg350-7e4224e52a2202ba98dd93ffe209d231e5c1d35c.tar.gz
scummvm-rg350-7e4224e52a2202ba98dd93ffe209d231e5c1d35c.tar.bz2
scummvm-rg350-7e4224e52a2202ba98dd93ffe209d231e5c1d35c.zip
COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.
Diffstat (limited to 'video')
-rw-r--r--video/codecs/cdtoons.cpp1
1 files changed, 1 insertions, 0 deletions
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 {