[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Thu Sep 11 03:12:48 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv19638

Modified Files:
	stdafx.h 
Log Message:
added time.h and math.h to default/precompiled headers

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- stdafx.h	1 Aug 2003 12:18:35 -0000	1.14
+++ stdafx.h	11 Sep 2003 10:10:38 -0000	1.15
@@ -86,6 +86,8 @@
 #include <ctype.h>
 #include <winuser.h>
 #include <direct.h>
+#include <time.h>
+#include <math.h>
 
 #else
 
@@ -110,6 +112,8 @@
 #include <stdarg.h>
 #include <assert.h>
 #include <ctype.h>
+#include <time.h>
+#include <math.h>
 
 
 #endif





More information about the Scummvm-git-logs mailing list