COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.

This commit is contained in:
Johannes Schickel 2011-07-03 00:15:30 +02:00
parent 0b1cb0ebbb
commit 7e4224e52a
7 changed files with 17 additions and 1 deletions

View file

@ -26,6 +26,7 @@
#include "common/ptr.h"
#include "common/hashmap.h"
#include "common/hash-str.h"
#include "common/array.h"
namespace GUI {