diff --git a/matplotlibcpp.h b/matplotlibcpp.h index d95d46a..2f3abdd 100644 --- a/matplotlibcpp.h +++ b/matplotlibcpp.h @@ -2,7 +2,15 @@ // Python headers must be included before any system headers, since // they define _POSIX_C_SOURCE +// Under the win32 platform and debug, python cannot find the matplotlib package +// normally. It is recommended that the debug definition include python.h is not applicable in this case. +#ifdef _DEBUG && defined(MS_WIN32) +#undef _DEBUG #include +#define _DEBUG +#else +#include +#endif #include #include pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy