[Scummvm-cvs-logs] SF.net SVN: scummvm:[45190] scummvm/trunk/engines/sci/gfx/gfx_support.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Sat Oct 17 17:28:15 CEST 2009
Revision: 45190
http://scummvm.svn.sourceforge.net/scummvm/?rev=45190&view=rev
Author: mthreepwood
Date: 2009-10-17 15:28:15 +0000 (Sat, 17 Oct 2009)
Log Message:
-----------
Include common/endian.h for SWAP_BYTES_32. Should fix compile on BE systems.
Modified Paths:
--------------
scummvm/trunk/engines/sci/gfx/gfx_support.cpp
Modified: scummvm/trunk/engines/sci/gfx/gfx_support.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_support.cpp 2009-10-17 14:45:05 UTC (rev 45189)
+++ scummvm/trunk/engines/sci/gfx/gfx_support.cpp 2009-10-17 15:28:15 UTC (rev 45190)
@@ -30,6 +30,7 @@
#include "sci/gfx/gfx_system.h"
#include "sci/gfx/gfx_tools.h"
+#include "common/endian.h"
#include "graphics/primitives.h"
namespace Sci {
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