[Scummvm-cvs-logs] SF.net SVN: scummvm: [28949] scummvm/trunk/common/array.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Sep 18 23:23:23 CEST 2007


Revision: 28949
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28949&view=rev
Author:   fingolfin
Date:     2007-09-18 14:23:22 -0700 (Tue, 18 Sep 2007)

Log Message:
-----------
Must include stdafx.h before scummsys.h

Modified Paths:
--------------
    scummvm/trunk/common/array.h

Modified: scummvm/trunk/common/array.h
===================================================================
--- scummvm/trunk/common/array.h	2007-09-18 20:48:42 UTC (rev 28948)
+++ scummvm/trunk/common/array.h	2007-09-18 21:23:22 UTC (rev 28949)
@@ -25,6 +25,7 @@
 #ifndef COMMON_ARRAY_H
 #define COMMON_ARRAY_H
 
+#include "common/stdafx.h"
 #include "common/scummsys.h"
 #include "common/algorithm.h"
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list