Added include <osg/Config> to take advantage of OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION

This commit is contained in:
Robert Osfield
2008-10-03 16:57:01 +00:00
parent 7c6dbe0ed8
commit eb01f3365f

View File

@@ -14,6 +14,8 @@
#ifndef OSG_REF_PTR
#define OSG_REF_PTR 1
#include <osg/Config>
namespace osg {
/** Smart pointer for handling referenced counted objects.*/