Index: app/src/dgp/grammar.hh
===================================================================
--- app/src/dgp/grammar.hh	(revision 2969c84f86ae28faac6be390daeaf51b41f2218a)
+++ app/src/dgp/grammar.hh	(revision 2f8d6d8c39e7d4812bd35744328e0ed7e89e92bd)
@@ -11,4 +11,6 @@
 #include "sgraph.hh"
 
+
+using namespace std;
 
 class Link
Index: app/src/dgp/mgraph.hh
===================================================================
--- app/src/dgp/mgraph.hh	(revision 28e9ae0020002f67cf91ba795ab44945930c0e98)
+++ app/src/dgp/mgraph.hh	(revision 2f8d6d8c39e7d4812bd35744328e0ed7e89e92bd)
@@ -7,4 +7,7 @@
 #include "thesymbols.hh"
 #include "../common/common.h"
+
+
+using namespace std;
 
 class MNode
Index: app/src/dgp/sgraph.hh
===================================================================
--- app/src/dgp/sgraph.hh	(revision 9ace5d204d63628901f9f128d3f99ce5f7c973c0)
+++ app/src/dgp/sgraph.hh	(revision 2f8d6d8c39e7d4812bd35744328e0ed7e89e92bd)
@@ -11,4 +11,6 @@
 #include "thesymbols.hh"
 
+
+using namespace std;
 
 class MNode;
Index: app/src/dgp/thesymbols.hh
===================================================================
--- app/src/dgp/thesymbols.hh	(revision 9ace5d204d63628901f9f128d3f99ce5f7c973c0)
+++ app/src/dgp/thesymbols.hh	(revision 2f8d6d8c39e7d4812bd35744328e0ed7e89e92bd)
@@ -8,4 +8,7 @@
 #include <set>
 #include <bitset>
+
+
+using namespace std;
 
 typedef Symbol<1> Cat;
