openbsd-ports/games/xevil/patches/patch-game_C
naddy a70e461c00 * C++ fixes for gcc3
* honor CXXFLAGS
2004-01-24 23:06:35 +00:00

17 lines
371 B
Plaintext

$OpenBSD: patch-game_C,v 1.1 2004/01/24 23:06:35 naddy Exp $
--- game.C.orig 2004-01-24 23:44:18.000000000 +0100
+++ game.C 2004-01-24 23:44:38.000000000 +0100
@@ -34,9 +34,11 @@ extern "C" {
#include <stdio.h>
}
-#include <strstream.h>
+#include <strstream>
#include <iomanip.h>
+using namespace std;
+
#include "utils.h"
#include "coord.h"
#include "world.h"