From eb01f3365f8cb66be79c0026848b5eb2388177ae Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 3 Oct 2008 16:57:01 +0000 Subject: [PATCH] Added include to take advantage of OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION --- include/osg/ref_ptr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/osg/ref_ptr b/include/osg/ref_ptr index 3c1ff2b93..f65da28cc 100644 --- a/include/osg/ref_ptr +++ b/include/osg/ref_ptr @@ -14,6 +14,8 @@ #ifndef OSG_REF_PTR #define OSG_REF_PTR 1 +#include + namespace osg { /** Smart pointer for handling referenced counted objects.*/