2013-09-26 17:14:40 +02:00

15 lines
326 B
Plaintext

$NetBSD: patch-af,v 1.2 2005/01/25 16:02:26 xtraeme Exp $
--- cmn/game_style.h.orig 2003-11-22 10:56:44.000000000 -0800
+++ cmn/game_style.h 2003-11-22 10:56:59.000000000 -0800
@@ -31,7 +31,8 @@
#endif
#if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
#endif
#if WIN32
#include <strstrea.h>