mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
326 B
Plaintext
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>
|