diff options
author | D G Turner | 2011-08-06 15:49:11 +0100 |
---|---|---|
committer | D G Turner | 2011-08-06 15:49:11 +0100 |
commit | fb0a05c4cdd3f7a9151bd2c69a8acc670ed51108 (patch) | |
tree | b7ac49dce1495dea31e66ed80b6ec3d98f3457b1 | |
parent | 2daf69267d15025a0259aaf873d83814b78b92ae (diff) | |
download | scummvm-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.
-rw-r--r-- | common/timer.h | 1 |
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 { |