From cd666f61e80ef49e15acf8c298bcc6bdac86d544 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Feb 2009 10:54:57 +0000 Subject: [PATCH] Added #include to export to enable the pragama to work --- include/osgIntrospection/Export | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osgIntrospection/Export b/include/osgIntrospection/Export index 67a639aec..119c3f860 100644 --- a/include/osgIntrospection/Export +++ b/include/osgIntrospection/Export @@ -15,6 +15,7 @@ #ifndef OSGINTROSPECTION_EXPORTHDR #define OSGINTROSPECTION_EXPORTHDR 1 +#include #if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS) #pragma warning( disable : 4251 )