Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Dec 2, 2024
1 parent 36bcda7 commit 42ad385
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/highfive/boost_multi_array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "H5Exception.hpp"

#include <boost/multi_array.hpp>
#include <boost/numeric/ublas/matrix.hpp>

namespace HighFive {
namespace details {
Expand Down
1 change: 1 addition & 0 deletions include/highfive/boost_ublas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace HighFive {
namespace details {

template <typename T>
struct inspector<boost::numeric::ublas::matrix<T>> {
using type = boost::numeric::ublas::matrix<T>;
Expand Down

0 comments on commit 42ad385

Please sign in to comment.