include order change for osl, fixes gcc compile error - undefined uintptr_t
This commit is contained in:
@@ -33,14 +33,13 @@
|
|||||||
#ifndef __OSL_CLOSURES_H__
|
#ifndef __OSL_CLOSURES_H__
|
||||||
#define __OSL_CLOSURES_H__
|
#define __OSL_CLOSURES_H__
|
||||||
|
|
||||||
|
#include "util_types.h"
|
||||||
|
#include "kernel_types.h"
|
||||||
|
|
||||||
#include <OSL/oslclosure.h>
|
#include <OSL/oslclosure.h>
|
||||||
#include <OSL/oslexec.h>
|
#include <OSL/oslexec.h>
|
||||||
#include <OSL/genclosure.h>
|
#include <OSL/genclosure.h>
|
||||||
|
|
||||||
#include "kernel_types.h"
|
|
||||||
|
|
||||||
#include "util_types.h"
|
|
||||||
|
|
||||||
CCL_NAMESPACE_BEGIN
|
CCL_NAMESPACE_BEGIN
|
||||||
|
|
||||||
OSL::ClosureParam *closure_emission_params();
|
OSL::ClosureParam *closure_emission_params();
|
||||||
|
Reference in New Issue
Block a user