mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
11 lines
351 B
C
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
|