From 21869a79a9733c2ef0804d729c78288fdd233d56 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 3 Jan 2007 19:11:57 +0000 Subject: [PATCH] From Paul Martz, added export to fix Windows build --- include/osgUtil/Statistics | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/osgUtil/Statistics b/include/osgUtil/Statistics index 5b5c38d72..4fa97350d 100644 --- a/include/osgUtil/Statistics +++ b/include/osgUtil/Statistics @@ -14,6 +14,8 @@ #ifndef OSGUTIL_STATISTICS #define OSGUTIL_STATISTICS 1 +#include + #include #include #include @@ -42,7 +44,7 @@ namespace osgUtil { * each trifan or tristrip = (length-2) triangles and so on. */ -class Statistics : public osg::PrimitiveFunctor +class OSGUTIL_EXPORT Statistics : public osg::PrimitiveFunctor { public: