Skip to content

Commit

Permalink
Include cstdint to ensure std::int64_t is visibile
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Jan 17, 2024
1 parent efa8b0a commit ab635f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/hdf5/io/traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#ifndef SHARK_HDF5_TRAITS
#define SHARK_HDF5_TRAITS

#include <cstdint>

#include <hdf5.h>
#include "hdf5/data_type.h"
#include "hdf5/group.h"
Expand Down

0 comments on commit ab635f2

Please sign in to comment.