diff options
Diffstat (limited to 'cad/simian/patches/patch-ah')
-rw-r--r-- | cad/simian/patches/patch-ah | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/simian/patches/patch-ah b/cad/simian/patches/patch-ah new file mode 100644 index 00000000000..052740dfe4a --- /dev/null +++ b/cad/simian/patches/patch-ah @@ -0,0 +1,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> |