Cycles: Fix compilation error of certain OpenCL split kernels

This commit is contained in:
Sergey Sharybin 2016-02-28 16:53:02 +01:00
parent 77f96266e8
commit 550215a65e
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
/* Include only actually used headers for the case
* when path tracing kernels are not needed.
*/
#include "../../kernel_random.h"
#include "../../kernel_differential.h"
#include "../../kernel_montecarlo.h"
#include "../../kernel_projection.h"