From a69e8fc686c4e6ec996ba91e61e3021e8f9e0d60 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 11 Jul 2013 10:01:27 +0300 Subject: Apple still has cl.h in a different path, fix conflict mis-resolution Change-Id: I436e46d52659b28a3ecf5ad1a6366b0a79f062c4 --- sc/source/core/opencl/openclwrapper.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sc') diff --git a/sc/source/core/opencl/openclwrapper.hxx b/sc/source/core/opencl/openclwrapper.hxx index 62ad3891d5cb..d83b7c8f535c 100644 --- a/sc/source/core/opencl/openclwrapper.hxx +++ b/sc/source/core/opencl/openclwrapper.hxx @@ -14,7 +14,11 @@ #include #include #include +#ifdef __APPLE__ +#include +#else #include +#endif #if defined(_MSC_VER) #ifndef strcasecmp -- cgit