COMMON: Fix Missing Dependency In Timer Header.

This should fix the PSP build.
This commit is contained in:
D G Turner 2011-08-06 15:49:11 +01:00
parent 2daf69267d
commit fb0a05c4cd

View File

@ -23,6 +23,7 @@
#define COMMON_TIMER_H
#include "common/scummsys.h"
#include "common/string.h"
#include "common/noncopyable.h"
namespace Common {