From 28ae6ab77df2f455d28eda26262f3a84b8fa06ab Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 12 Aug 2018 00:27:31 -0500 Subject: [PATCH] [pybind11] Also use custom ext header on Apple --- src/wrap_cl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wrap_cl.hpp b/src/wrap_cl.hpp index a61c6889..76a4af52 100644 --- a/src/wrap_cl.hpp +++ b/src/wrap_cl.hpp @@ -12,6 +12,7 @@ #ifdef __APPLE__ // Mac ------------------------------------------------------------------------ +#include "pyopencl_ext.h" #include <OpenCL/opencl.h> #ifdef HAVE_GL -- GitLab