From 732fe5ceaed1742be734d8711307e1fc5eafc26b Mon Sep 17 00:00:00 2001 From: Duncan Mortimer <duncan.mortimer@ndcn.ox.ac.uk> Date: Wed, 19 Dec 2007 10:13:57 +0000 Subject: [PATCH] Changes to support Mac OS X 10.5 and Solaris --- nonlin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/nonlin.cpp b/nonlin.cpp index 82cbd83..e3bd9d8 100644 --- a/nonlin.cpp +++ b/nonlin.cpp @@ -10,6 +10,7 @@ #include "newmatio.h" #include "bfmatrix.h" #include "nonlin.h" +#include "utils/fsl_isfinite.h" using namespace std; using namespace NEWMAT; -- GitLab