diff options
Diffstat (limited to 'textproc/latte/files/patch-boolean.cxx')
-rw-r--r-- | textproc/latte/files/patch-boolean.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/latte/files/patch-boolean.cxx b/textproc/latte/files/patch-boolean.cxx new file mode 100644 index 000000000000..8312bcce6b13 --- /dev/null +++ b/textproc/latte/files/patch-boolean.cxx @@ -0,0 +1,11 @@ +--- boolean.cxx.orig Fri Oct 22 13:01:24 1999 ++++ boolean.cxx Fri Mar 19 01:17:52 2004 +@@ -17,6 +17,8 @@ + + #include <latte.h> + ++using namespace std; ++ + const Refcounter<Latte_Obj> & + latte_false() + { |