diff --git a/include/osg/ref_ptr b/include/osg/ref_ptr index 620d611ef..f9166ac15 100644 --- a/include/osg/ref_ptr +++ b/include/osg/ref_ptr @@ -15,9 +15,11 @@ #define OSG_REF_PTR 1 #include + #ifdef OSG_USE_REF_PTR_SAFE_DEREFERENCE #include #include +#include #endif namespace osg {