HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/textproc/htmltolatex/files/patch-StyleTree.cpp
--- 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)
 {