diff liboctave/lo-utils.h @ 5275:23b37da9fd5b

[project @ 2005-04-08 16:07:35 by jwe]
author jwe
date Fri, 08 Apr 2005 16:07:37 +0000
parents bd043a433918
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/lo-utils.h
+++ b/liboctave/lo-utils.h
@@ -29,7 +29,9 @@
 #include <string>
 
 #include "oct-cmplx.h"
+#include "oct-types.h"
 
+extern octave_idx_type NINTbig (double x);
 extern int NINT (double x);
 extern double D_NINT (double x);