Submitted By: Randy McMurchy Date: 2005-08-23 Initial Package Version: 1.2.2 Upstream Status: Unknown (discussed on the OpenEXR mailing lists though) Origin: Jeff Clifford (on the OpenEXR mailing list) http://lists.gnu.org/archive/html/openexr-devel/2005-07/msg00024.html Description: Fixes GCC-4 related build problem diff -Naur OpenEXR-1.2.2-orig/exrmaketiled/Image.h OpenEXR-1.2.2/exrmaketiled/Image.h --- OpenEXR-1.2.2-orig/exrmaketiled/Image.h 2004-06-04 04:11:23.000000000 +0000 +++ OpenEXR-1.2.2/exrmaketiled/Image.h 2005-08-23 05:13:56.000000000 +0000 @@ -49,6 +49,7 @@ #include #include +class Image; class ImageChannel {