summaryrefslogtreecommitdiff
path: root/cad/simian/patches/patch-ah
blob: 052740dfe4a79815aef1602f81415c52abe4a5b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ah,v 1.1 2005/03/21 17:35:53 dmcmahill Exp $

--- ../include/linear.cc.orig	1998-12-07 08:28:52.000000000 +0000
+++ ../include/linear.cc
@@ -10,7 +10,8 @@
  ** Modification includes new memory allocation scheme and    **
  ** LU decomposition                                          ** 
  ***************************************************************/
-#include <stream.h>
+#include <iostream>
+#include <sstream>
 #include <stdlib.h>
 #include <stdio.h>
 #include <errno.h>