From: cascade Date: Wed, 20 Sep 2006 14:51:13 +0000 (+0000) Subject: compilation problem on Windows cxx only X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=869633de50d0c8ce23e873f3317ff1f0127f6d5b;p=occt-wok.git compilation problem on Windows cxx only --- 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 //=======================================================================