Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the following error on macOS: ``` In file included from openPMD-api/include/openPMD/Iteration.hpp:24, from openPMD-api/src/Iteration.cpp:21: openPMD-api/include/openPMD/auxiliary/Variant.hpp:81:15: error: 'size_t' does not name a type 81 | constexpr size_t index() const noexcept | ^~~~~~ openPMD-api/include/openPMD/auxiliary/Variant.hpp:1:1: note: 'size_t' is defined in header '<cstddef>'; did you forget to '#include <cstddef>'? +++ |+#include <cstddef> ```
- Loading branch information