diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/htmltolatex/files/patch-StyleTree.cpp | 18 |
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) + { |