1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/cad/opencascade/files/patch-ros_LDOM_OSStream.hxx
2008-12-31 12:48:13 +00:00

19 lines
544 B
C++

--- ros/inc/LDOM_OSStream.hxx.orig 2007-10-09 16:04:22.000000000 +0200
+++ ros/inc/LDOM_OSStream.hxx 2008-09-30 22:43:53.000000000 +0200
@@ -25,12 +25,12 @@
// and current element of sequence,
// also it has methods for the sequence management.
-#include <Standard_OStream.hxx>
-#include <Standard_Boolean.hxx>
-
#include <stdlib.h>
#include <stdio.h> /* EOF */
+#include <Standard_OStream.hxx>
+#include <Standard_Boolean.hxx>
+
class LDOM_StringElem; // defined in cxx file
class LDOM_SBuffer : public streambuf