summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files/patch-StyleTree.cpp
blob: faff2e59a6e004646a6105bb9ef9c10113a0cc71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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>
 
 void StyleTag::set_from_unparsed_string(const string &s)
 {