mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
22 lines
383 B
Plaintext
22 lines
383 B
Plaintext
$NetBSD: patch-aj,v 1.2 2011/11/27 19:43:33 joerg 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"
|