include order change for osl, fixes gcc compile error - undefined uintptr_t

This commit is contained in:
Campbell Barton
2013-08-14 06:51:18 +00:00
parent 43c21e91e1
commit 2f5e10f7b8

View File

@@ -33,14 +33,13 @@
#ifndef __OSL_CLOSURES_H__
#define __OSL_CLOSURES_H__
#include "util_types.h"
#include "kernel_types.h"
#include <OSL/oslclosure.h>
#include <OSL/oslexec.h>
#include <OSL/genclosure.h>
#include "kernel_types.h"
#include "util_types.h"
CCL_NAMESPACE_BEGIN
OSL::ClosureParam *closure_emission_params();