mreineck / pocketfft

Fork of https://gitlab.mpcdf.mpg.de/mtr/pocketfft to simplify external contributions
BSD 3-Clause "New" or "Revised" License
75 stars 34 forks source link

Fix a missing <cstddef> include #19

Closed valgur closed 3 months ago

valgur commented 3 months ago

Fixes a compilation error on GCC 5 due to max_align_t from <cstddef> not being found.

Related to https://github.com/conan-io/conan-center-index/pull/24769

mreineck commented 3 months ago

Thanks!