summaryrefslogtreecommitdiff
path: root/textproc/latte/files/patch-fileloc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/latte/files/patch-fileloc.cxx')
-rw-r--r--textproc/latte/files/patch-fileloc.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/latte/files/patch-fileloc.cxx b/textproc/latte/files/patch-fileloc.cxx
new file mode 100644
index 000000000000..c8d543d15379
--- /dev/null
+++ b/textproc/latte/files/patch-fileloc.cxx
@@ -0,0 +1,11 @@
+--- fileloc.cxx.orig Thu Dec 3 07:54:01 1998
++++ fileloc.cxx Fri Mar 19 01:17:52 2004
+@@ -17,6 +17,8 @@
+
+ #include <latte.h>
+
++using namespace std;
++
+ Latte_FileLoc::Latte_FileLoc(const shstring &filename,
+ unsigned int lineno) :
+ m_filename(filename), m_lineno(lineno)