bf0e4b3714
also move the header files to ${LOCALBASE}/include/mysql++
13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
$OpenBSD: patch-sqlplusint_query_cc,v 1.1 2004/01/06 11:16:53 wilfried Exp $
|
|
--- sqlplusint/query.cc.orig 2001-05-19 18:44:48.000000000 +0200
|
|
+++ sqlplusint/query.cc 2004-01-05 00:04:31.000000000 +0100
|
|
@@ -1,5 +1,8 @@
|
|
|
|
#include "query3.hh"
|
|
+#include "row2.hh"
|
|
+
|
|
+using namespace std;
|
|
|
|
MysqlQuery::MysqlQuery(const MysqlQuery &q) : SQLQuery(q) {
|
|
throw_exceptions = q.throw_exceptions;
|