From 3425ba97066d0bc1b5dd9e25795ba4e7f7d2e3c6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 15 Mar 2006 11:21:44 +0000 Subject: [PATCH] From Martin Naylor, build fix for Win32. --- src/osgPlugins/ESRIShape/ESRIShape.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgPlugins/ESRIShape/ESRIShape.h b/src/osgPlugins/ESRIShape/ESRIShape.h index 743a810cb..aaafc1441 100644 --- a/src/osgPlugins/ESRIShape/ESRIShape.h +++ b/src/osgPlugins/ESRIShape/ESRIShape.h @@ -2,7 +2,9 @@ #define OSG_SHAPE_H #include +#ifndef WIN32 #include +#endif #include namespace ESRIShape {