Added #include <osg/Config> to export to enable the pragama to work

This commit is contained in:
Robert Osfield
2009-02-06 10:54:57 +00:00
parent 1224e0883a
commit cd666f61e8

View File

@@ -15,6 +15,7 @@
#ifndef OSGINTROSPECTION_EXPORTHDR
#define OSGINTROSPECTION_EXPORTHDR 1
#include <osg/Config>
#if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS)
#pragma warning( disable : 4251 )