Cycles: Attempt to fix compilation error on ppc64el

There is some define conflict between system headers and clew,
so delay include of clew.h as much as possible.]

This is something which needed to be done in the code before
the refactor, hopefully such change will still work.
This commit is contained in:
Sergey Sharybin 2016-11-21 13:32:41 +01:00
parent 5eab3b079f
commit af7343ae22

@ -16,14 +16,14 @@
#ifdef WITH_OPENCL
#include "clew.h"
#include "device.h"
#include "util_map.h"
#include "util_param.h"
#include "util_string.h"
#include "clew.h"
CCL_NAMESPACE_BEGIN
#define CL_MEM_PTR(p) ((cl_mem)(uintptr_t)(p))