1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/OpenEXR/files/patch-exrmaketiled::Image.h
Norikatsu Shigemura 48e5ff42d9 Fix build on gcc 4.1.
PR:		ports/95136
Submitted by:	Ron MacNeil <macro@hotmail.com>
2006-04-01 12:08:47 +00:00

12 lines
193 B
C++

--- exrmaketiled/Image.h.orig Fri Jun 4 13:11:23 2004
+++ exrmaketiled/Image.h Sat Apr 1 20:36:11 2006
@@ -50,6 +50,8 @@
#include <map>
+class Image;
+
class ImageChannel
{
public: