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;