changeset 2:03a4b2a9101b

Changes required to compile for gcc-3.0 in debian hppa/unstable
author pkienzle
date Fri, 04 Jan 2002 15:53:57 +0000
parents 7f7a565d2e8b
children 63c0537da1c1
files conv2.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/conv2.cc
+++ b/conv2.cc
@@ -17,6 +17,7 @@
  */
 
 #include <octave/oct.h>
+using namespace std;
 
 #define MAX(a,b) ((a) > (b) ? (a) : (b))