[Scummvm-cvs-logs] CVS: scummvm/common list.h,1.2,1.3
Max Horn
fingolfin at users.sourceforge.net
Thu Nov 14 05:34:04 CET 2002
Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv13894/common
Modified Files:
list.h
Log Message:
added missing #include
Index: list.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/list.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- list.h 15 Oct 2002 15:32:32 -0000 1.2
+++ list.h 14 Nov 2002 13:33:16 -0000 1.3
@@ -22,6 +22,7 @@
#define COMMON_LIST_H
#include "scummsys.h"
+#include <assert.h>
namespace ScummVM {
More information about the Scummvm-git-logs
mailing list