diff --git a/matplotlibcpp.h b/matplotlibcpp.h index 6a428d48..d84fd45d 100644 --- a/matplotlibcpp.h +++ b/matplotlibcpp.h @@ -10,7 +10,11 @@ #include // requires c++11 support #include +#ifdef __APPLE__ +#include +#else #include +#endif #ifndef WITHOUT_NUMPY # define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION