Fix OpenCL issue after recent code cleanup

Thanks Patrick Mours for finding it.
This commit is contained in:
Brecht Van Lommel
2020-02-17 14:09:13 +01:00
parent 5b22713c22
commit 12b6ddaf95

View File

@@ -24,7 +24,7 @@
CCL_NAMESPACE_BEGIN
#ifdef __KERNEL_OPECL__
#ifdef __KERNEL_OPENCL__
# define static_assert(statement, message)
#endif /* __KERNEL_GPU__ */