From 9c950f0f3cf9f3dd631fa53e86c1904eac695ab3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 20 Jun 2005 10:28:52 +0000 Subject: [PATCH] From Andreas Jochens (submitted by Loic Dachary), addintion of forward declare of class Progam; to fix compile problem under gcc4.0/amd64/debian unstable. --- include/osg/Shader | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/osg/Shader b/include/osg/Shader index c17547ba7..486e98707 100644 --- a/include/osg/Shader +++ b/include/osg/Shader @@ -37,6 +37,8 @@ namespace osg { * configuration. */ +class Program; + class OSG_EXPORT Shader : public osg::Object { public: