]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Thu, 13 Jan 2000 17:59:02 +0000 (17:59 +0000)
committercas <cas@opencascade.com>
Thu, 13 Jan 2000 17:59:02 +0000 (17:59 +0000)
src/WOKTCL/WOKTCL_DefaultCommand.cxx
src/WOKTCL/WOKTCL_Interpretor.cxx

index c290bdc6dc4912bbae562c42a8929f9f7a48ec03..b3b1d03f39207ea7e992e4d86943ae6fd28a60b4 100755 (executable)
@@ -21,7 +21,9 @@
 
 #include <tcl.h>
 
+#ifndef WNT
 #include <strstream.h>
+#endif
 
 #include <Standard_ErrorHandler.hxx>
 
index 64b47ab49e2ae61d4d9460d4313b9a7d485c2cb9..75313a1bf1e9dddfbdfbcc42ed99e498431db173 100755 (executable)
@@ -8,7 +8,9 @@
 #endif // WNT
 
 #include <tcl.h>
+#ifndef WNT
 #include <strstream.h>
+#endif
 
 #include <WOKTools_StringValue.hxx>
 #include <WOKTools_EnvValue.hxx>