1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix build on gcc 4.1.

PR:		ports/95136
Submitted by:	Ron MacNeil <macro@hotmail.com>
This commit is contained in:
Norikatsu Shigemura 2006-04-01 12:08:47 +00:00
parent 215b42089c
commit 48e5ff42d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158540

View File

@ -0,0 +1,11 @@
--- 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: