From 7b0c28f5e2e0931fbaa62c936875badfdafc3da9 Mon Sep 17 00:00:00 2001 From: Vaagen Date: Mon, 22 Jan 2018 19:45:33 +0100 Subject: [PATCH] Adding whole path to numpy headers for my setup. --- matplotlibcpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matplotlibcpp.h b/matplotlibcpp.h index 95d37725..53f5d2fe 100644 --- a/matplotlibcpp.h +++ b/matplotlibcpp.h @@ -16,7 +16,7 @@ #ifndef WITHOUT_NUMPY # define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION -# include +# include #endif // WITHOUT_NUMPY #if PY_MAJOR_VERSION >= 3