[Scummvm-cvs-logs] scummvm master -> fb0a05c4cdd3f7a9151bd2c69a8acc670ed51108

digitall digitall at scummvm.org
Sat Aug 6 16:55:28 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fb0a05c4cd COMMON: Fix Missing Dependency In Timer Header.


Commit: fb0a05c4cdd3f7a9151bd2c69a8acc670ed51108
    https://github.com/scummvm/scummvm/commit/fb0a05c4cdd3f7a9151bd2c69a8acc670ed51108
Author: D G Turner (digitall at scummvm.org)
Date: 2011-08-06T07:49:11-07:00

Commit Message:
COMMON: Fix Missing Dependency In Timer Header.

This should fix the PSP build.

Changed paths:
    common/timer.h



diff --git a/common/timer.h b/common/timer.h
index 621751f..dad81b0 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 {






More information about the Scummvm-git-logs mailing list