Skip to content

Commit 82e8650

Browse files
authored
Merge pull request numpy#27361 from eugo-inc/fix-ptrdiff_t-missing-include-in-cxx-23
BUILD: fix missing include for std::ptrdiff_t for C++23 language mode
2 parents 9e43697 + aa521aa commit 82e8650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/_core/src/umath/string_fastsearch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <wchar.h>
1010

1111
#include <type_traits>
12+
#include <cstddef>
1213

1314
#include <numpy/npy_common.h>
1415

0 commit comments

Comments
 (0)