Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions matplotlibcpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
#include <cstdint> // <cstdint> requires c++11 support
#include <functional>

#ifdef __APPLE__
#include <Python/Python.h>
#else
#include <Python.h>
#endif

#ifndef WITHOUT_NUMPY
# define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
Expand Down