diff --git a/include/osg/Export b/include/osg/Export index 8d09ec540..c75f8c08f 100644 --- a/include/osg/Export +++ b/include/osg/Export @@ -24,6 +24,12 @@ # define SG_EXPORT #endif +#ifdef _MSC_VER +# if (_MSC_VER >= 1300) +# define __STL_MEMBER_TEMPLATES +# endif +#endif + /* Define NULL pointer value */ #ifndef NULL