#ifndef MANDEL_OPENCLINTERNAL_H #define MANDEL_OPENCLINTERNAL_H #ifdef WITH_OPENCL #ifdef __APPLE__ #include #else #include #endif #endif namespace mnd { struct ClDeviceWrapper { #ifdef WITH_OPENCL cl::Device device; #endif }; } #endif // MANDEL_OPENCLINTERNAL_H