Added #include <osg/ref_ptr> so that it will compile properly regardless

of include order.
This commit is contained in:
Robert Osfield
2002-06-13 19:34:27 +00:00
parent f2cbab46d4
commit 6888d73554

View File

@@ -6,6 +6,7 @@
#define OSG_NODECALLBACK 1
#include <osg/Referenced>
#include <osg/ref_ptr>
namespace osg {