[Scummvm-cvs-logs] SF.net SVN: scummvm:[46372] tools/branches/gsoc2009-gui/common/file.cpp

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sun Dec 13 23:52:38 CET 2009


Revision: 46372
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46372&view=rev
Author:   joostp
Date:     2009-12-13 22:52:38 +0000 (Sun, 13 Dec 2009)

Log Message:
-----------
fix compilation

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/common/file.cpp

Modified: tools/branches/gsoc2009-gui/common/file.cpp
===================================================================
--- tools/branches/gsoc2009-gui/common/file.cpp	2009-12-13 22:50:59 UTC (rev 46371)
+++ tools/branches/gsoc2009-gui/common/file.cpp	2009-12-13 22:52:38 UTC (rev 46372)
@@ -23,6 +23,7 @@
 #include "file.h"
 #include <stdarg.h>
 #include <stdio.h>
+#include <assert.h>
 
 // Filenname implementation
 Filename::Filename(const char *path) {


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