From fb0a05c4cdd3f7a9151bd2c69a8acc670ed51108 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 6 Aug 2011 15:49:11 +0100 Subject: COMMON: Fix Missing Dependency In Timer Header. This should fix the PSP build. --- common/timer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/timer.h') diff --git a/common/timer.h b/common/timer.h index 621751f825..dad81b037b 100644 --- a/common/timer.h +++ b/common/timer.h @@ -23,6 +23,7 @@ #define COMMON_TIMER_H #include "common/scummsys.h" +#include "common/string.h" #include "common/noncopyable.h" namespace Common { -- cgit v1.2.3