$OpenBSD: patch-sqlplusint_type_info_cc,v 1.2 2004/12/14 17:40:44 espie Exp $
--- sqlplusint/type_info.cc.orig	Sat May 19 18:44:48 2001
+++ sqlplusint/type_info.cc	Tue Dec 14 18:30:58 2004
@@ -5,10 +5,12 @@
 #include <winsock.h>
 #endif
 #include <mysql.h>
-#include <string.h>
+#include <string>
 #include "datetime1.hh"
 #include "set1.hh"
 #include "type_info3.hh"
+
+using namespace std;
 
 typedef string Enum;
 
