Add missing tokenizer.h include.

svn-id: r48326
This commit is contained in:
Johannes Schickel 2010-03-20 16:45:11 +00:00
parent 9c2289b7a3
commit 9d4cb7c23c

View file

@ -33,6 +33,7 @@
#include "common/util.h"
#include "common/system.h"
#include "common/archive.h"
#include "common/tokenizer.h"
#include "graphics/imagedec.h"