[Scummvm-cvs-logs] CVS: scummvm/sky/music adlibchannel.cpp,1.10,1.11

Marcus Comstedt marcus_c at users.sourceforge.net
Mon Nov 3 14:29:17 CET 2003


Update of /cvsroot/scummvm/scummvm/sky/music
In directory sc8-pr-cvs1:/tmp/cvs-serv20376/sky/music

Modified Files:
	adlibchannel.cpp 
Log Message:
stdafx.h needs to be included first.

Index: adlibchannel.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/adlibchannel.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- adlibchannel.cpp	5 Oct 2003 20:21:20 -0000	1.10
+++ adlibchannel.cpp	3 Nov 2003 22:28:37 -0000	1.11
@@ -19,6 +19,7 @@
  *
  */
 
+#include "stdafx.h"
 #include "common/util.h"
 #include "sky/music/adlibchannel.h"
 #include "sky/sky.h"





More information about the Scummvm-git-logs mailing list