ports/databases/libgda/files/patch-bindings_c++_gdaIncludes.h
2002-06-16 00:25:00 +00:00

11 lines
351 B
C

--- bindings/c++/gdaIncludes.h.orig Sat Jun 15 16:53:57 2002
+++ bindings/c++/gdaIncludes.h Sat Jun 15 16:55:03 2002
@@ -51,4 +51,8 @@
#include "gdaRecordset.h"
#include "gdaValue.h"
+// Needed to get references to string working without having to pre-pend
+// std:: to each one.
+using namespace std;
+
#endif // __gda_bindings_cpp_gdaIncludesH