$OpenBSD: patch-Info_cc,v 1.1 2017/04/23 22:18:32 sthen Exp $
--- Info.cc.orig	Sun Apr 23 23:03:51 2017
+++ Info.cc	Sun Apr 23 23:04:37 2017
@@ -17,10 +17,12 @@
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#include <iostream.h>
+#include <iostream>
 
 #include "Info.h"
 #include "config.h"
+
+using namespace std;
 
 Info::Info()
 {
