1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/htmltolatex/files/patch-StyleTree.cpp
2003-02-21 22:17:34 +00:00

19 lines
320 B
C++

$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)
{