diff --git a/include/osg/UnitTestFramework b/include/osg/UnitTestFramework index 78327bf74..bd1a08cc8 100644 --- a/include/osg/UnitTestFramework +++ b/include/osg/UnitTestFramework @@ -78,7 +78,7 @@ private: #ifndef DOXYGEN_SHOULD_SKIP_THIS - class TraceStream{ + class SG_EXPORT TraceStream{ public: TraceStream(std::ostream& o=std::cout, TraceLevel tl=Results);