blob: b4d3d7a15ea944e4399e6a690b2b2929fafc5a94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|