11 lines
295 B
Plaintext
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> >;
|