From 239af29f8f0d7006fd5fb3f25c27a4da7877bfe5 Mon Sep 17 00:00:00 2001 From: Mark Jenkinson <mark@fmrib.ox.ac.uk> Date: Mon, 2 Jul 2007 17:24:06 +0000 Subject: [PATCH] Fixed incorrect include path for libprob --- miscprob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miscprob.h b/miscprob.h index d661adf..879186a 100644 --- a/miscprob.h +++ b/miscprob.h @@ -13,7 +13,7 @@ #define __miscprob_h #include "miscmaths.h" -#include "libprob.h" +#include "libprob/libprob.h" #include "stdlib.h" using namespace NEWMAT; -- GitLab