Skip to content

Commit

Permalink
Add missing includes. (#821)
Browse files Browse the repository at this point in the history
Fix for changes to includes likely introduced in HDF5 1.14.2.
  • Loading branch information
1uc authored Sep 8, 2023
1 parent 7340d1f commit c04fdf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/highfive/H5DataType.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <type_traits>
#include <vector>

#include <H5Tpublic.h>

#include "H5Object.hpp"
#include "bits/H5Utils.hpp"

Expand Down
2 changes: 2 additions & 0 deletions include/highfive/bits/string_padding.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <H5Tpublic.h>

namespace HighFive {

enum class StringPadding : std::underlying_type<H5T_str_t>::type {
Expand Down

0 comments on commit c04fdf1

Please sign in to comment.