From fc05e7d8b1a8707e82338b4e0ad119968ba432b2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 12 Feb 2009 12:51:04 +0000 Subject: [PATCH] Warning fixes for Windows --- include/osgDB/fstream | 1 + include/osgWidget/Export | 1 + 2 files changed, 2 insertions(+) diff --git a/include/osgDB/fstream b/include/osgDB/fstream index f25adb4dc..3f6b803af 100644 --- a/include/osgDB/fstream +++ b/include/osgDB/fstream @@ -15,6 +15,7 @@ #define OSGDB_FSTREAM 1 #include +#include #include diff --git a/include/osgWidget/Export b/include/osgWidget/Export index 4d181de14..54f8c440d 100644 --- a/include/osgWidget/Export +++ b/include/osgWidget/Export @@ -17,6 +17,7 @@ #define OSGWIDGET_EXPORT_ 1 #if defined(_MSC_VER) + #pragma warning( disable : 4121 ) #pragma warning( disable : 4244 ) #pragma warning( disable : 4251 ) #pragma warning( disable : 4267 )