diff --git a/src/osgPlugins/shp/ESRIShape.cpp b/src/osgPlugins/shp/ESRIShape.cpp index cec390155..c5c3579d9 100644 --- a/src/osgPlugins/shp/ESRIShape.cpp +++ b/src/osgPlugins/shp/ESRIShape.cpp @@ -1,7 +1,9 @@ -#include #if defined(_MSC_VER) || defined(__MINGW32__) + #include #include +#else + #include #endif #include "ESRIShape.h"