[Scummvm-cvs-logs] SF.net SVN: scummvm:[40513] scummvm/trunk/graphics/pixelformat.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed May 13 01:28:49 CEST 2009


Revision: 40513
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40513&view=rev
Author:   fingolfin
Date:     2009-05-12 23:28:49 +0000 (Tue, 12 May 2009)

Log Message:
-----------
Must include common/scummsys.h in graphics/pixelformat.h because it uses type 'byte'

Modified Paths:
--------------
    scummvm/trunk/graphics/pixelformat.h

Modified: scummvm/trunk/graphics/pixelformat.h
===================================================================
--- scummvm/trunk/graphics/pixelformat.h	2009-05-12 21:11:51 UTC (rev 40512)
+++ scummvm/trunk/graphics/pixelformat.h	2009-05-12 23:28:49 UTC (rev 40513)
@@ -26,9 +26,10 @@
 #ifndef GRAPHICS_PIXELFORMAT_H
 #define GRAPHICS_PIXELFORMAT_H
 
+#include "common/scummsys.h"
+
 namespace Graphics {
 
-
 /**
  * A pixel format description.
  *


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