Skip to content

Commit

Permalink
Remove #include <stdalign.h>
Browse files Browse the repository at this point in the history
* `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)
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Oct 9, 2023
1 parent 74ac0d9 commit 109a165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/pybind11/numpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <functional>
#include <numeric>
#include <sstream>
#include <stdalign.h>
#include <string>
#include <type_traits>
#include <typeindex>
Expand Down

0 comments on commit 109a165

Please sign in to comment.