Submitted By:            Randy McMurchy <randy_at_linuxfromscratch_dot_org>
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 <string>
 #include <map>
 
+class Image;
 
 class ImageChannel
 {
