From 3d2ec4f702f7f95970e86943836de6c9c3c8d97b Mon Sep 17 00:00:00 2001 From: cas Date: Fri, 1 Mar 2002 18:12:25 +0000 Subject: [PATCH] No comments --- src/WOKBuilder/WOKBuilder_Archiver.cxx | 10 +++++++++- src/WOKBuilder/WOKBuilder_Linker.cxx | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/WOKBuilder/WOKBuilder_Archiver.cxx b/src/WOKBuilder/WOKBuilder_Archiver.cxx index 366b75a..907d29d 100755 --- a/src/WOKBuilder/WOKBuilder_Archiver.cxx +++ b/src/WOKBuilder/WOKBuilder_Archiver.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/WOKBuilder/WOKBuilder_Linker.cxx b/src/WOKBuilder/WOKBuilder_Linker.cxx index e7d6fac..dbf2641 100755 --- a/src/WOKBuilder/WOKBuilder_Linker.cxx +++ b/src/WOKBuilder/WOKBuilder_Linker.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 -- 2.39.5