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

@ -23,6 +23,7 @@
#include "common/debug-channels.h"
#include "common/system.h"
#include "common/textconsole.h"
#include "common/algorithm.h"
#include <stdarg.h> // For va_list etc.