$NetBSD: patch-aj,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $

--- cmn/game.cpp.orig	2003-03-22 22:20:00.000000000 +0000
+++ cmn/game.cpp
@@ -34,13 +34,14 @@ extern "C" {
 }
 
 #if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
 #endif
 #if WIN32
 #include <strstrea.h>
 #endif
 
-#include <iomanip.h>
+#include <iomanip>
 
 #include "utils.h"
 #include "coord.h"
