From b3c7188523b183dafda62d9e6e0f81b179fba17d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 12 Aug 2018 00:54:23 -0500 Subject: [PATCH] [pybind11] Also use custom ext header on Apple--again --- src/wrap_cl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wrap_cl.hpp b/src/wrap_cl.hpp index 555c4a01..fa7880bd 100644 --- a/src/wrap_cl.hpp +++ b/src/wrap_cl.hpp @@ -13,6 +13,7 @@ // Mac ------------------------------------------------------------------------ #include <OpenCL/opencl.h> +#include "pyopencl_ext.h" #ifdef HAVE_GL #define PYOPENCL_GL_SHARING_VERSION 1 -- GitLab