aboutsummaryrefslogtreecommitdiff
path: root/common/timer.h
diff options
context:
space:
mode:
authorD G Turner2011-08-06 15:49:11 +0100
committerD G Turner2011-08-06 15:49:11 +0100
commitfb0a05c4cdd3f7a9151bd2c69a8acc670ed51108 (patch)
treeb7ac49dce1495dea31e66ed80b6ec3d98f3457b1 /common/timer.h
parent2daf69267d15025a0259aaf873d83814b78b92ae (diff)
downloadscummvm-rg350-fb0a05c4cdd3f7a9151bd2c69a8acc670ed51108.tar.gz
scummvm-rg350-fb0a05c4cdd3f7a9151bd2c69a8acc670ed51108.tar.bz2
scummvm-rg350-fb0a05c4cdd3f7a9151bd2c69a8acc670ed51108.zip
COMMON: Fix Missing Dependency In Timer Header.
This should fix the PSP build.
Diffstat (limited to 'common/timer.h')
-rw-r--r--common/timer.h1
1 files changed, 1 insertions, 0 deletions
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 {