summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files/patch-StyleTree.cpp
blob: f3cfa566474ef4f2b33d66d7042f03059db51e4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)
 {