From fe93b91f73a3eea1009060fbd81a22e1b8aa17c9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 28 Aug 2002 18:38:33 +0000 Subject: [PATCH] Fixes to Win32 build. --- include/osg/UnitTestFramework | 2 +- src/osgPlugins/iv/normals.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osg/UnitTestFramework b/include/osg/UnitTestFramework index 1917bcf11..24ab0685d 100644 --- a/include/osg/UnitTestFramework +++ b/include/osg/UnitTestFramework @@ -247,7 +247,7 @@ private: TestGraph is a singleton providing central access to the tree of tests; primarily, it provides access to the root suite. */ -class TestGraph +class SG_EXPORT TestGraph { public: diff --git a/src/osgPlugins/iv/normals.cpp b/src/osgPlugins/iv/normals.cpp index d0a43c892..9e118d159 100644 --- a/src/osgPlugins/iv/normals.cpp +++ b/src/osgPlugins/iv/normals.cpp @@ -18,8 +18,8 @@ */ -#include "normals.h" #include +#include "normals.h" #define CREASE_ANGLE 3.14159265356 * 45 / 180