aboutsummaryrefslogtreecommitdiff
path: root/common/xmlparser.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 /common/xmlparser.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 'common/xmlparser.h')
-rw-r--r--common/xmlparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xmlparser.h b/common/xmlparser.h
index 40c779b87e..d75dc0e4a9 100644
--- a/common/xmlparser.h
+++ b/common/xmlparser.h
@@ -31,6 +31,7 @@
#include "common/hashmap.h"
#include "common/hash-str.h"
#include "common/stack.h"
+#include "common/memorypool.h"
namespace Common {