From 420d8f6acf716dada314f1782be8612b1c5242b3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 14 Sep 2011 10:22:04 +0000 Subject: [PATCH] Added missing forward declaration --- include/osg/Node | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osg/Node b/include/osg/Node index 6ad546fe6..25054f961 100644 --- a/include/osg/Node +++ b/include/osg/Node @@ -38,6 +38,7 @@ class Transform; class Node; class Switch; class Geode; +class Camera; /** A vector of Nodes pointers which is used to describe the path from a root node to a descendant.*/ typedef std::vector< Node* > NodePath;