summaryrefslogtreecommitdiff
path: root/cad/simian/patches/patch-ah
blob: 2b2cee38855ee8c978d40260d82586bb1d56d041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ah,v 1.2 2005/11/03 19:56:36 rillig 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>