From 869633de50d0c8ce23e873f3317ff1f0127f6d5b Mon Sep 17 00:00:00 2001 From: cascade Date: Wed, 20 Sep 2006 14:51:13 +0000 Subject: [PATCH] compilation problem on Windows cxx only --- src/WOKTools/WOKTools_BasicMap.cxx | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/WOKTools/WOKTools_BasicMap.cxx b/src/WOKTools/WOKTools_BasicMap.cxx index 0cd9a56..03c650c 100755 --- a/src/WOKTools/WOKTools_BasicMap.cxx +++ b/src/WOKTools/WOKTools_BasicMap.cxx @@ -6,9 +6,6 @@ #include #include #include -#ifdef HAVE_CONFIG_H -# include -#endif #ifdef WNT #include @@ -16,20 +13,23 @@ # include #endif -#ifdef HAVE_UNISTD_H -# include -#endif - -#ifdef HAVE_MALLOC_H -# include -#endif - -#ifdef HAVE_IOMANIP -#include -#elif defined (HAVE_IOMANIP_H) -# include -#else - #error "check config.h file or compilation options: either HAVE_IOMANIP or HAVE_IOMANIP_H should be defined" +#ifdef HAVE_CONFIG_H +# include +# ifdef HAVE_UNISTD_H +# include +# endif + +# ifdef HAVE_MALLOC_H +# include +# endif + +# ifdef HAVE_IOMANIP +# include +# elif defined (HAVE_IOMANIP_H) +# include +# else +# error "check config.h file or compilation options: either HAVE_IOMANIP or HAVE_IOMANIP_H should be defined" +# endif #endif //======================================================================= -- 2.39.5