]> 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/WOKMake/WOKMake_DepItem.cxx
src/WOKMake/WOKMake_InputFile.cxx
src/WOKMake/WOKMake_OutputFile.cxx

index 75341cdbb76f20400add45d47766881d0f33782d..15e20c0e12936ba27c6ebf1135d14597e51ae51f 100755 (executable)
@@ -3,7 +3,16 @@
 // 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 <Standard_ProgramError.hxx>
 
index 909cbae0f98a8db986f60420e2429ae5899d751c..caab6eb9a683e8f65f329e9b3e470c8abb3af29c 100755 (executable)
@@ -3,7 +3,16 @@
 // 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 <Standard_ProgramError.hxx>
 
index 3f704e136e0cf1931683b87d01ae3d79aefb2b3b..098e2c7fdaa343291f0465dac455b6aff5d03f93 100755 (executable)
@@ -3,7 +3,16 @@
 // 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 <Standard_ProgramError.hxx>