diff --git a/include/osgSim/MultiSwitch b/include/osgSim/MultiSwitch index f1a14c284..7a1cc0332 100644 --- a/include/osgSim/MultiSwitch +++ b/include/osgSim/MultiSwitch @@ -15,13 +15,14 @@ #define OSG_MULTISWITCH 1 #include +#include namespace osgSim { /** MultiSwitch is a Group node which allows switching between sets of selected children. MultiSwtich is based on the OpenFlight switch behaviour. */ -class SG_EXPORT MultiSwitch : public osg::Group +class OSGSIM_EXPORT MultiSwitch : public osg::Group { public :