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.*/