From 8d8e9d3aaa717616c001083913d0c1e6fff2c580 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 12 May 2009 23:28:49 +0000 Subject: Must include common/scummsys.h in graphics/pixelformat.h because it uses type 'byte' svn-id: r40513 --- graphics/pixelformat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/pixelformat.h') diff --git a/graphics/pixelformat.h b/graphics/pixelformat.h index 7015f4d66f..f59650e5cc 100644 --- a/graphics/pixelformat.h +++ b/graphics/pixelformat.h @@ -26,8 +26,9 @@ #ifndef GRAPHICS_PIXELFORMAT_H #define GRAPHICS_PIXELFORMAT_H -namespace Graphics { +#include "common/scummsys.h" +namespace Graphics { /** * A pixel format description. -- cgit v1.2.3