From 92450201d125ffb510f8e01f7c3f1a0ede59409c Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 27 Jun 2008 15:16:32 +0000 Subject: [PATCH] Fixed a compile error that was found on a mac build using intel's 10.1 compilers. --- ext/cvode/source/cvbandpre.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/cvode/source/cvbandpre.c b/ext/cvode/source/cvbandpre.c index f2ab6d6fe..7686f87bd 100755 --- a/ext/cvode/source/cvbandpre.c +++ b/ext/cvode/source/cvbandpre.c @@ -10,6 +10,8 @@ * * ******************************************************************/ +#include +#include #include "cvbandpre.h" #include "cvode.h" #include "llnltyps.h"