Remove #include <stdalign.h>

* `include\pybind11/numpy.h(24,10): fatal error C1083: Cannot open include file: 'stdalign.h': No such file or directory`

* @tkoeppe wrote: this is a C interop header (and we're not writing C)
This commit is contained in:
Ralf W. Grosse-Kunstleve 2023-10-09 06:47:45 -07:00
parent 74ac0d99fb
commit 109a1659c8

View File

@ -21,7 +21,6 @@
#include <functional>
#include <numeric>
#include <sstream>
#include <stdalign.h>
#include <string>
#include <type_traits>
#include <typeindex>