Cycles: Add CPU compat headers to some of the OSL implementation files

This header was already included into some of the implementation files already,
and this change is needed for some upcoming changes in the way how kernel_types.h
works.
This commit is contained in:
Sergey Sharybin 2015-05-09 18:55:46 +05:00
parent 7eac672e4f
commit c9133778cf
3 changed files with 3 additions and 0 deletions

@ -34,6 +34,7 @@
#include <OSL/genclosure.h>
#include "kernel_compat_cpu.h"
#include "osl_closures.h"
#include "kernel_types.h"

@ -34,6 +34,7 @@
#include <OSL/genclosure.h>
#include "kernel_compat_cpu.h"
#include "osl_closures.h"
#include "kernel_types.h"

@ -34,6 +34,7 @@
#include <OSL/genclosure.h>
#include "kernel_compat_cpu.h"
#include "osl_bssrdf.h"
#include "osl_closures.h"