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

15 lines
341 B
Plaintext

$OpenBSD: patch-physical_C,v 1.1 2004/01/24 23:06:35 naddy Exp $
--- physical.C.orig 1996-06-03 22:05:28.000000000 +0200
+++ physical.C 2004-01-24 23:42:13.000000000 +0100
@@ -35,7 +35,9 @@ extern "C" {
#include <string.h>
}
-#include <strstream.h>
+#include <strstream>
+
+using namespace std;
#include "utils.h"
#include "coord.h"