# include <strstream.h>
#endif
-#include <fstream.h>
+#ifdef HAVE_FSTREAM
+# include <fstream>
+#elif defined (HAVE_FSTREAM_H)
+# include <fstream.h>
+#endif
#include <Standard_ProgramError.hxx>
#include <Standard_ErrorHandler.hxx>
// 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 <WOKernel_Factory.ixx>
#include <WOKernel_Workshop.hxx>
#include <TColStd_HSequenceOfHAsciiString.hxx>
-#ifdef HAVE_IOMANIP_H
+#ifdef HAVE_IOMANIP
+# include <iomanip>
+#elif defined (HAVE_IOMANIP_H)
# include <iomanip.h>
#endif
// 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>
#include <TCollection_HAsciiString.hxx>
#include <WOKernel_Parcel.ixx>
-#ifdef HAVE_IOMANIP_H
+#ifdef HAVE_IOMANIP
+# include <iomanip>
+#elif defined (HAVE_IOMANIP_H)
# include <iomanip.h>
#endif
// 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 <WOKernel_Session.ixx>
#include <WOKernel_Factory.hxx>
#include <TColStd_HSequenceOfHAsciiString.hxx>
#include <TColStd_HSequenceOfAsciiString.hxx>
-#ifdef HAVE_IOMANIP_H
+#ifdef HAVE_IOMANIP
+# include <iomanip>
+#elif defined (HAVE_IOMANIP_H)
# include <iomanip.h>
#endif
// 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>
#include <TColStd_HSequenceOfHAsciiString.hxx>
// 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>
// 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 <WOKernel_Workbench.ixx>
#include <WOKernel_Session.hxx>
#include <TColStd_HSequenceOfHAsciiString.hxx>
#include <TColStd_HSequenceOfAsciiString.hxx>
-#ifdef HAVE_IOMANIP_H
+#ifdef HAVE_IOMANIP
+# include <iomanip>
+#elif defined (HAVE_IOMANIP_H)
# include <iomanip.h>
#endif
// 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 <WOKernel_Workshop.ixx>