From 42ad38572297f4c4c7201694d130ae71f6ffa842 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Mon, 2 Dec 2024 13:49:40 +0100 Subject: [PATCH] fixups --- include/highfive/boost_multi_array.hpp | 1 - include/highfive/boost_ublas.hpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/highfive/boost_multi_array.hpp b/include/highfive/boost_multi_array.hpp index dec975596..5a07d973c 100644 --- a/include/highfive/boost_multi_array.hpp +++ b/include/highfive/boost_multi_array.hpp @@ -4,7 +4,6 @@ #include "H5Exception.hpp" #include -#include namespace HighFive { namespace details { diff --git a/include/highfive/boost_ublas.hpp b/include/highfive/boost_ublas.hpp index 2dcba55f0..e3b5b717d 100644 --- a/include/highfive/boost_ublas.hpp +++ b/include/highfive/boost_ublas.hpp @@ -7,6 +7,7 @@ namespace HighFive { namespace details { + template struct inspector> { using type = boost::numeric::ublas::matrix;