Skip to content

Commit

Permalink
DEV: Add numpy/ndarrayobject.h to list of Python-including headers
Browse files Browse the repository at this point in the history
One file includes this first.
  • Loading branch information
DWesl authored Apr 17, 2024
1 parent 3bf69d7 commit 3cd47ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/check_python_h_first.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
PYTHON_INCLUDING_HEADERS = [
"Python.h",
"numpy/arrayobject.h",
"numpy/ndarrayobject.h",
"numpy/npy_common.h",
"numpy/npy_math.h",
"numpy/random/distributions.h",
Expand Down

0 comments on commit 3cd47ac

Please sign in to comment.