summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files/patch-StyleTree.cpp
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-21 22:17:34 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-21 22:17:34 +0000
commit78979c9a49935911debea30211c7fbe7d6e3c512 (patch)
treeb289a596cda619eff44f6309b862c283764bb952 /textproc/htmltolatex/files/patch-StyleTree.cpp
parentNew MASTER_SITE, and there isn't a homepage describing this project (diff)
Fix build for -CURRENT (GCC3).
Notes
Notes: svn path=/head/; revision=76068
Diffstat (limited to '')
-rw-r--r--textproc/htmltolatex/files/patch-StyleTree.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/htmltolatex/files/patch-StyleTree.cpp b/textproc/htmltolatex/files/patch-StyleTree.cpp
new file mode 100644
index 000000000000..f3cfa566474e
--- /dev/null
+++ b/textproc/htmltolatex/files/patch-StyleTree.cpp
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- StyleTree.cpp.orig Wed Oct 10 14:24:25 2001
++++ StyleTree.cpp Fri Feb 21 22:10:03 2003
+@@ -18,8 +18,12 @@
+ * Boston, MA 02111-1307, USA.
+ *
+ */
++
++using namespace std;
++
+ #include "StyleTree.h"
+ #include <stdexcept>
++#include <ostream.h>
+
+ void StyleTag::set_from_unparsed_string(const string &s)
+ {