Cycles standalone fails to build (on Linux at least, didn't test anywhere else) because 'ImageOutput' is not defined in intern/cycles/app/cycles_standalone.cpp
The attached patch simply adds the missing OpenImageIO include, which makes the build succeed again. I simply copied the way it is done in other files that use OpenImageIO's ImageOutput, such as intern/cycles/render/denoising.h
Details
Details
- Reviewers
Brecht Van Lommel (brecht)
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Thanks for the patch. I used a different solution since we wrap such includes usually.