Skip to content

Commit 109a165

Browse files
committed
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)
1 parent 74ac0d9 commit 109a165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/pybind11/numpy.h

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <functional>
2222
#include <numeric>
2323
#include <sstream>
24-
#include <stdalign.h>
2524
#include <string>
2625
#include <type_traits>
2726
#include <typeindex>

0 commit comments

Comments
 (0)