10000 BLD: add missing include by charris · Pull Request #27959 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BLD: add missing include #27959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
BLD: add missing include (#27956)
This is required to build with the main and 3.13 branches of CPython when built
with freethredaing enabled.
  • Loading branch information
tacaswell authored and charris committed Dec 9, 2024
commit 8e98cbe083b9648a3ca2a69671a587667196a4c6
1 change: 1 addition & 0 deletions numpy/_core/src/common/npy_hashtable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include "templ_common.h"
#include "npy_hashtable.h"
#include <new>



Expand Down
Loading
0