Add missing stddef.h include in Creatures module.

develop
Petr Mrázek 2011-04-24 02:49:49 +02:00
parent b2a47cf99c
commit f481ee7b5d
1 changed files with 1 additions and 0 deletions

@ -24,6 +24,7 @@ distribution.
#include "Internal.h"
#include <stddef.h>
#include <string>
#include <vector>
#include <map>