freebsd-ports/textproc/latte/files/patch-reader.cxx
Kirill Ponomarev f50de67ab5 - Update to version 2.1
PR:		ports/64473
Submitted by:	Ports Fury
2004-03-19 19:50:52 +00:00

11 lines
263 B
C++

--- reader.cxx.orig Sun Oct 17 22:40:42 1999
+++ reader.cxx Fri Mar 19 01:17:52 2004
@@ -17,6 +17,8 @@
#include <latte.h>
+using namespace std;
+
Latte_Reader::Latte_Reader(istream &i, const shstring &f) :
yyFlexLexer(&i),
m_column(0), m_filename(f),