]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Fri, 1 Mar 2002 18:12:25 +0000 (18:12 +0000)
committercas <cas@opencascade.com>
Fri, 1 Mar 2002 18:12:25 +0000 (18:12 +0000)
src/WOKBuilder/WOKBuilder_Archiver.cxx
src/WOKBuilder/WOKBuilder_Linker.cxx

index 366b75a5b798fe3fbd4dbaa018538c6b3fc3a001..907d29d7e0e9137703e3e6cab73b2f6f53cfa14a 100755 (executable)
@@ -3,7 +3,15 @@
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
 
-#include <fstream.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#ifdef HAVE_FSTREAM
+# include <fstream>
+#elif defined (HAVE_FSTREAM_H)
+# include <fstream.h>
+#endif
 
 
 #include <TCollection_HAsciiString.hxx>
index e7d6facbea3b283784a3e38130db39468232db45..dbf2641d869e3c9b03c6a76aacb8891f5a12b26a 100755 (executable)
@@ -3,7 +3,15 @@
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
 
-#include <fstream.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#ifdef HAVE_FSTREAM
+# include <fstream>
+#elif defined (HAVE_FSTREAM_H)
+# include <fstream.h>
+#endif
 
 #include <WOKTools_Messages.hxx>