diff --git a/include/osgAnimation/Timeline b/include/osgAnimation/Timeline index 66127a902..daaaf2d58 100644 --- a/include/osgAnimation/Timeline +++ b/include/osgAnimation/Timeline @@ -23,6 +23,7 @@ #include #include #include +#include namespace osgAnimation { @@ -541,7 +542,7 @@ namespace osgAnimation - class AnimationManagerTimeline : public AnimationManagerBase + class OSGANIMATION_EXPORT AnimationManagerTimeline : public AnimationManagerBase { protected: osg::ref_ptr _timeline;