diff options
Diffstat (limited to 'contrib/python/numpy/include')
| -rw-r--r-- | contrib/python/numpy/include/numpy/core/feature_detection_misc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/python/numpy/include/numpy/core/feature_detection_misc.h b/contrib/python/numpy/include/numpy/core/feature_detection_misc.h new file mode 100644 index 00000000000..0e6447fbd11 --- /dev/null +++ b/contrib/python/numpy/include/numpy/core/feature_detection_misc.h @@ -0,0 +1,5 @@ +#ifdef USE_PYTHON3 +#include <contrib/python/numpy/py3/numpy/core/feature_detection_misc.h> +#else +#error #include <contrib/python/numpy/py2/numpy/core/feature_detection_misc.h> +#endif |
