View | Details | Raw Unified | Return to bug 216601 | Differences between
and this patch

Collapse All | Expand All

(-)source/blender/imbuf/intern/oiio/openimageio_api.cpp (-2 / +3 lines)
Lines 35-40 Link Here
35
#include "utfconv.h"
35
#include "utfconv.h"
36
#endif
36
#endif
37
37
38
#include <openimageio_api.h>
39
#include <OpenImageIO/imageio.h>
40
38
extern "C"
41
extern "C"
39
{
42
{
40
#include "MEM_guardedalloc.h"
43
#include "MEM_guardedalloc.h"
Lines 48-55 extern "C" Link Here
48
#include "IMB_colormanagement_intern.h"
51
#include "IMB_colormanagement_intern.h"
49
}
52
}
50
53
51
#include <openimageio_api.h>
52
#include <OpenImageIO/imageio.h>
53
54
54
OIIO_NAMESPACE_USING
55
OIIO_NAMESPACE_USING
55
56

Return to bug 216601