[Scummvm-cvs-logs] SF.net SVN: scummvm:[51605] scummvm/branches/gsoc2010-opengl/backends/ graphics/openglsdl/openglsdl-graphics.cpp

vgvgf at users.sourceforge.net vgvgf at users.sourceforge.net
Mon Aug 2 05:38:36 CEST 2010


Revision: 51605
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51605&view=rev
Author:   vgvgf
Date:     2010-08-02 03:38:35 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
OPENGL: Add missing header.

Modified Paths:
--------------
    scummvm/branches/gsoc2010-opengl/backends/graphics/openglsdl/openglsdl-graphics.cpp

Modified: scummvm/branches/gsoc2010-opengl/backends/graphics/openglsdl/openglsdl-graphics.cpp
===================================================================
--- scummvm/branches/gsoc2010-opengl/backends/graphics/openglsdl/openglsdl-graphics.cpp	2010-08-02 03:17:12 UTC (rev 51604)
+++ scummvm/branches/gsoc2010-opengl/backends/graphics/openglsdl/openglsdl-graphics.cpp	2010-08-02 03:38:35 UTC (rev 51605)
@@ -27,6 +27,7 @@
 
 #include "backends/graphics/openglsdl/openglsdl-graphics.h"
 #include "backends/platform/sdl/sdl.h"
+#include "common/config-manager.h"
 
 OpenGLSdlGraphicsManager::OpenGLSdlGraphicsManager()
 	:


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