[Scummvm-cvs-logs] SF.net SVN: scummvm:[45689] scummvm/trunk/engines/sci/gui/gui_menu.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Nov 5 22:09:47 CET 2009


Revision: 45689
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45689&view=rev
Author:   thebluegr
Date:     2009-11-05 21:09:46 +0000 (Thu, 05 Nov 2009)

Log Message:
-----------
Fixed compilation when INCLUDE_OLDGFX isn't defined

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_menu.cpp

Modified: scummvm/trunk/engines/sci/gui/gui_menu.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_menu.cpp	2009-11-05 14:22:39 UTC (rev 45688)
+++ scummvm/trunk/engines/sci/gui/gui_menu.cpp	2009-11-05 21:09:46 UTC (rev 45689)
@@ -29,6 +29,7 @@
 
 #include "sci/sci.h"
 #include "sci/engine/state.h"
+#include "sci/gfx/operations.h"
 #include "sci/gfx/gfx_state_internal.h"
 #include "sci/gui/gui_helpers.h"
 #include "sci/gui/gui_gfx.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