From 92d419f7bf3c5ec8e3bb98c7f04b49fad7ac543d Mon Sep 17 00:00:00 2001 From: cas Date: Fri, 1 Mar 2002 18:12:25 +0000 Subject: [PATCH] No comments --- src/WOKStep/WOKStep_CDLUnitSource.cxx | 10 ++++++++-- src/WOKStep/WOKStep_Compile.cxx | 10 +++++++++- src/WOKStep/WOKStep_EngLDFile.cxx | 10 +++++++++- src/WOKStep/WOKStep_MSFill.cxx | 8 +++++++- src/WOKStep/WOKStep_ProcessStep.cxx | 6 +++++- src/WOKStep/WOKStep_WNTK.cxx | 14 ++++++++++++-- 6 files changed, 50 insertions(+), 8 deletions(-) diff --git a/src/WOKStep/WOKStep_CDLUnitSource.cxx b/src/WOKStep/WOKStep_CDLUnitSource.cxx index 289a4cf..10d8eed 100755 --- a/src/WOKStep/WOKStep_CDLUnitSource.cxx +++ b/src/WOKStep/WOKStep_CDLUnitSource.cxx @@ -23,14 +23,20 @@ # include #endif -#include +#if defined (HAVE_SYS_STAT_H) || defined (WNT) +# include +#endif #include #if defined(HAVE_TIME_H) || defined(WNT) # include #endif -#include +#ifdef HAVE_IOSTREAM +# include +#elif defined (HAVE_IOSTREAM_H) +# include +#endif #endif // DONT_COMPENSATE #include diff --git a/src/WOKStep/WOKStep_Compile.cxx b/src/WOKStep/WOKStep_Compile.cxx index ce13e3c..0e2c935 100755 --- a/src/WOKStep/WOKStep_Compile.cxx +++ b/src/WOKStep/WOKStep_Compile.cxx @@ -3,7 +3,15 @@ // Author: Jean GAUTIER // -#include +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_FSTREAM +# include +#elif defined (HAVE_FSTREAM_H) +# include +#endif #include diff --git a/src/WOKStep/WOKStep_EngLDFile.cxx b/src/WOKStep/WOKStep_EngLDFile.cxx index e72d282..c81d871 100755 --- a/src/WOKStep/WOKStep_EngLDFile.cxx +++ b/src/WOKStep/WOKStep_EngLDFile.cxx @@ -3,7 +3,15 @@ // Author: Jean GAUTIER // -#include +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_FSTREAM +# include +#elif defined (HAVE_FSTREAM_H) +# include +#endif #include #include diff --git a/src/WOKStep/WOKStep_MSFill.cxx b/src/WOKStep/WOKStep_MSFill.cxx index 4b9ddb7..83e14c0 100755 --- a/src/WOKStep/WOKStep_MSFill.cxx +++ b/src/WOKStep/WOKStep_MSFill.cxx @@ -32,9 +32,15 @@ #if defined(HAVE_TIME_H) || defined(WNT) # include #endif +#ifdef HAVE_IOSTREAM +# include +#elif defined (HAVE_IOSTREAM_H) +# include +#endif -#include +// endif DONT_COMPENSATE #endif +// #include #include diff --git a/src/WOKStep/WOKStep_ProcessStep.cxx b/src/WOKStep/WOKStep_ProcessStep.cxx index dad2846..c0e1f54 100755 --- a/src/WOKStep/WOKStep_ProcessStep.cxx +++ b/src/WOKStep/WOKStep_ProcessStep.cxx @@ -9,7 +9,11 @@ #ifdef WNT #include -#else +#endif + +#ifdef HAVE_FSTREAM +# include +#elif defined (HAVE_FSTREAM_H) # include #endif diff --git a/src/WOKStep/WOKStep_WNTK.cxx b/src/WOKStep/WOKStep_WNTK.cxx index a31856e..1f99af1 100755 --- a/src/WOKStep/WOKStep_WNTK.cxx +++ b/src/WOKStep/WOKStep_WNTK.cxx @@ -21,8 +21,18 @@ #include -#include -#include +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef HAVE_FSTREAM +# include +#elif defined (HAVE_FSTREAM_H) +# include +#endif +#ifdef HAVE_STDLIB_H +# include +#endif #ifdef WNT # include -- 2.39.5