From 86e78943b5be327b2ba2175932797cad94c3cee7 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 12 Aug 2020 11:35:18 +0100
Subject: [PATCH] MNT: NIFTI constants are now defined in the NiftiIO namespace

---
 miscmaths.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/miscmaths.h b/miscmaths.h
index b76cc51..11717b7 100644
--- a/miscmaths.h
+++ b/miscmaths.h
@@ -31,6 +31,7 @@
 //#pragma interface
 
 using namespace NEWMAT;
+using namespace NiftiIO;
 using namespace std;
 
 namespace MISCMATHS {
-- 
GitLab