From 303fba2f20dfd94603064b607671b787de12624e Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Tue, 6 Feb 2024 15:03:31 +0300 Subject: Intermediate changes --- contrib/python/numpy/include/numpy/core/feature_detection_misc.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 contrib/python/numpy/include/numpy/core/feature_detection_misc.h (limited to 'contrib/python/numpy/include') 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 +#else +#error #include +#endif -- cgit v1.3