cycles/opencl: Fix compile error.

added missing quote, introduced in rB15edda3a8e07003bef695cca939744bbea80ad18
This commit is contained in:
Ray molenkamp 2019-02-20 11:44:06 -07:00
parent 9a9336cb45
commit 4ec6b16b4e
Notes: blender-bot 2023-02-14 03:38:52 +01:00
Referenced by issue #61758, Cycles OpenCL GPU Rendering: Cancel | Failed loading render kernel, see console for errors
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include "kernel/kernel_path.h"
#include "kernel/kernel_path_branched.h"
#include "kernel/kernel_bake.h
#include "kernel/kernel_bake.h"
__kernel void kernel_ocl_displace(
ccl_constant KernelData *data,