8000 [FIX] Add missing header so separate compilation works again · numpy/numpy@eebd7b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit eebd7b2

Browse files
committed
[FIX] Add missing header so separate compilation works again
(Broken by PR #350.) Should be applied to maintenance/1.7.x as well.
1 parent 9cb8c3b commit eebd7b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/core/src/multiarray/mapping.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#define NPY_NO_DEPRECATED_API NPY_API_VERSION
77
#define _MULTIARRAYMODULE
88
#include "numpy/arrayobject.h"
9+
#include "arrayobject.h"
910

1011
#include "npy_config.h"
1112

0 commit comments

Comments
 (0)
0