From 78979c9a49935911debea30211c7fbe7d6e3c512 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Fri, 21 Feb 2003 22:17:34 +0000 Subject: Fix build for -CURRENT (GCC3). --- textproc/htmltolatex/files/patch-StyleTree.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 textproc/htmltolatex/files/patch-StyleTree.cpp (limited to 'textproc/htmltolatex/files/patch-StyleTree.cpp') 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 ++#include + + void StyleTag::set_from_unparsed_string(const string &s) + { -- cgit v1.2.3