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 /gui | |
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 'gui')
-rw-r--r-- | gui/debugger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/debugger.h b/gui/debugger.h index b74b0d6f0f..3a587d2723 100644 --- a/gui/debugger.h +++ b/gui/debugger.h @@ -26,6 +26,7 @@ #include "common/ptr.h" #include "common/hashmap.h" #include "common/hash-str.h" +#include "common/array.h" namespace GUI { |