Skip to content

Commit

Permalink
Add include for ssize_t on clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
amues committed Jul 1, 2024
1 parent 0b197da commit c9c6f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/h5cpp/core/iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#pragma once

#include <stdexcept>
#include <sys/types.h>
#include <h5cpp/core/windows.hpp>

namespace hdf5{
Expand Down

0 comments on commit c9c6f8f

Please sign in to comment.