8000 Include hpy_utils.h in ndarrayobject.h · mattip/numpy@78fefea · GitHub
[go: up one dir, main page]

Skip to content

Commit 78fefea

Browse files
committed
Include hpy_utils.h in ndarrayobject.h
1 parent c95d848 commit 78fefea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy/core/include/numpy/ndarrayobject.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ extern "C" {
1111
#include <Python.h>
1212
#include "ndarraytypes.h"
1313

14+
#include "hpy_utils.h"
15+
1416
/* Includes the "function" C-API -- these are all stored in a
1517
list of pointers --- one for each file
1618
The two lists are concatenated into one in multiarray.

0 commit comments

Comments
 (0)
0