a70e461c00
* honor CXXFLAGS
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
$OpenBSD: patch-actual_C,v 1.1 2004/01/24 23:06:35 naddy Exp $
|
|
--- actual.C.orig 1996-06-03 22:00:26.000000000 +0200
|
|
+++ actual.C 2004-01-24 23:42:05.000000000 +0100
|
|
@@ -30,7 +30,9 @@
|
|
|
|
|
|
// Include Files
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
+
|
|
+using namespace std;
|
|
|
|
#include "utils.h"
|
|
#include "coord.h"
|