blob: c0ea9604f5adcd29488044f8f02fda40fdc42321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2005/03/21 17:35:53 dmcmahill Exp $
--- Zs.cc.orig 1998-12-07 08:28:51.000000000 +0000
+++ Zs.cc
@@ -1,6 +1,6 @@
/* EII for Plane wave model */
-#include <stream.h>
+#include <sstream>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
|