aboutsummaryrefslogtreecommitdiff
path: root/gui/debugger.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-07-03 00:15:30 +0200
committerJohannes Schickel2011-07-03 00:16:07 +0200
commit7e4224e52a2202ba98dd93ffe209d231e5c1d35c (patch)
treef026976cddcd30f74475e3f5d47c92d5804eefa3 /gui/debugger.h
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 'gui/debugger.h')
-rw-r--r--gui/debugger.h1
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 {