openbsd-ports/devel/mysql++/patches/patch-sqlplusint_set_cc
wilfried bf0e4b3714 a few gcc3 patches
also move the header files to ${LOCALBASE}/include/mysql++
2004-01-06 11:16:53 +00:00

11 lines
295 B
Plaintext

$OpenBSD: patch-sqlplusint_set_cc,v 1.1 2004/01/06 11:16:53 wilfried Exp $
--- sqlplusint/set.cc.orig 2001-05-19 18:44:48.000000000 +0200
+++ sqlplusint/set.cc 2004-01-05 00:08:39.000000000 +0100
@@ -1,4 +1,6 @@
#include "set3.hh"
+using namespace std;
+
template class Set<set<string> >;