From: cas Date: Tue, 31 Jul 2001 17:44:49 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=48b4d3644cbeff073795a0f0ecf594a09e8b4bd9;p=occt-wok.git No comments --- 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