Commit ea3bbd41 authored by Dominik Charousset's avatar Dominik Charousset

Fix build on iOS

parent fe92e60c
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "caf/config.hpp" #include "caf/config.hpp"
#include "caf/detail/limited_vector.hpp" #include "caf/detail/limited_vector.hpp"
#ifdef CAF_MACOS #if defined(CAF_MACOS) || defined(CAF_IOS)
# include <OpenCL/opencl.h> # include <OpenCL/opencl.h>
#else #else
# include <CL/opencl.h> # include <CL/opencl.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment