From 8238396099ae2c5b41a9889a04b6aec58f90b5ff Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 13 Nov 2009 09:56:47 +0000 Subject: [PATCH] Added missing export --- include/osg/GraphicsContext | 2 +- include/osg/Texture | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/osg/GraphicsContext b/include/osg/GraphicsContext index 71728ef7f..aadf26305 100644 --- a/include/osg/GraphicsContext +++ b/include/osg/GraphicsContext @@ -66,7 +66,7 @@ class OSG_EXPORT GraphicsContext : public Object }; /** GraphicsContext Traits object provides the specification of what type of graphics context is required.*/ - struct Traits : public osg::Referenced, public ScreenIdentifier + struct OSG_EXPORT Traits : public osg::Referenced, public ScreenIdentifier { Traits(DisplaySettings* ds=0); diff --git a/include/osg/Texture b/include/osg/Texture index e3406b9fe..3068e9391 100644 --- a/include/osg/Texture +++ b/include/osg/Texture @@ -22,6 +22,7 @@ #include #include #include +#include #include #include