diff options
author | Johannes Schickel | 2011-07-03 00:15:30 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-07-03 00:16:07 +0200 |
commit | 7e4224e52a2202ba98dd93ffe209d231e5c1d35c (patch) | |
tree | f026976cddcd30f74475e3f5d47c92d5804eefa3 /engines/parallaction | |
parent | 0b1cb0ebbb9a3779f8e3d1fb0d3a44252394fe0c (diff) | |
download | scummvm-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 'engines/parallaction')
-rw-r--r-- | engines/parallaction/graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h index 2f86f3693b..3eea1e871a 100644 --- a/engines/parallaction/graphics.h +++ b/engines/parallaction/graphics.h @@ -28,6 +28,7 @@ #include "common/hashmap.h" #include "common/hash-str.h" #include "common/stream.h" +#include "common/array.h" #include "graphics/surface.h" |