From 48b4d3644cbeff073795a0f0ecf594a09e8b4bd9 Mon Sep 17 00:00:00 2001 From: cas Date: Tue, 31 Jul 2001 17:44:49 +0000 Subject: [PATCH] No comments --- src/WOKTCL/WOKTCL_DefaultCommand.cxx | 7 +++++-- src/WOKTCL/WOKTCL_Interpretor.cxx | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/WOKTCL/WOKTCL_DefaultCommand.cxx b/src/WOKTCL/WOKTCL_DefaultCommand.cxx index 5f36c23..72a7d73 100755 --- a/src/WOKTCL/WOKTCL_DefaultCommand.cxx +++ b/src/WOKTCL/WOKTCL_DefaultCommand.cxx @@ -3,6 +3,9 @@ // Author: Jean GAUTIER // +#ifdef HAVE_CONFIG_H +# include +#endif #include @@ -10,8 +13,8 @@ # pragma message( "Information: tcl"TCL_VERSION".lib is using as TCL library" ) #endif // WNT -#ifndef WNT -#include +#ifdef HAVE_STRSTREAM_H +# include #endif #include diff --git a/src/WOKTCL/WOKTCL_Interpretor.cxx b/src/WOKTCL/WOKTCL_Interpretor.cxx index db3d58e..360405c 100755 --- a/src/WOKTCL/WOKTCL_Interpretor.cxx +++ b/src/WOKTCL/WOKTCL_Interpretor.cxx @@ -2,12 +2,14 @@ // Created: Mon Apr 1 19:26:43 1996 // Author: Jean GAUTIER // +#ifdef HAVE_CONFIG_H +# include +#endif #include - -#ifndef WNT -#include +#ifdef HAVE_STRSTREAM_H +# include #endif #include -- 2.39.5