From c04fdf1063e834517d28311c826dc2f04bc47757 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Fri, 8 Sep 2023 09:17:12 +0200 Subject: [PATCH] Add missing includes. (#821) Fix for changes to includes likely introduced in HDF5 1.14.2. --- include/highfive/H5DataType.hpp | 2 ++ include/highfive/bits/string_padding.hpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/highfive/H5DataType.hpp b/include/highfive/H5DataType.hpp index 8403618e2..886107961 100644 --- a/include/highfive/H5DataType.hpp +++ b/include/highfive/H5DataType.hpp @@ -11,6 +11,8 @@ #include #include +#include + #include "H5Object.hpp" #include "bits/H5Utils.hpp" diff --git a/include/highfive/bits/string_padding.hpp b/include/highfive/bits/string_padding.hpp index 984549e24..e6e6908dd 100644 --- a/include/highfive/bits/string_padding.hpp +++ b/include/highfive/bits/string_padding.hpp @@ -1,5 +1,7 @@ #pragma once +#include + namespace HighFive { enum class StringPadding : std::underlying_type::type {