summaryrefslogtreecommitdiff
path: root/textproc/latte/files/patch-load.cxx
blob: 03ffcff3a59e0b9cc38e638a363cf2f4bb5ea0f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- load.cxx.orig	Fri Oct 22 12:59:24 1999
+++ load.cxx	Fri Mar 19 01:17:52 2004
@@ -19,6 +19,8 @@
 #include <latte-fstream.h>
 #include <unistd.h>
 
+using namespace std;
+
 class LoadVisitor : public Latte_Visitor {
  public:
   void visit_str(Latte_Str &) {}