From c38a9b9041337dfdeeb684a3a739b0d203eb4e96 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 17 Jun 2013 19:16:28 +0300 Subject: Apple has the header in a different path Change-Id: Ieae4ac97c8938a6c0a7fa33438669200763c818f --- 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 62006d116a3b..b9d22555cb76 100644 --- a/sc/source/core/opencl/openclwrapper.hxx +++ b/sc/source/core/opencl/openclwrapper.hxx @@ -12,7 +12,11 @@ #include +#ifdef __APPLE__ +#include +#else #include +#endif #define MaxTextExtent 4096 //support AMD opencl -- cgit