Skip to content

Commit 4619e73

Browse files
Add missing OCIO include in RenderView.cpp (#2780)
This changelist adds a missing include of `OcioColorManagementSystem.h` in `RenderView.cpp`, which is required when building the Graph Editor with OCIO support.
1 parent 96a781d commit 4619e73

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source/MaterialXGraphEditor/RenderView.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
#include <MaterialXRender/TinyObjLoader.h>
1717

1818
#include <MaterialXGenShader/DefaultColorManagementSystem.h>
19+
#ifdef MATERIALX_BUILD_OCIO
20+
#include <MaterialXGenShader/OcioColorManagementSystem.h>
21+
#endif
1922

2023
#include <MaterialXFormat/Util.h>
2124

0 commit comments

Comments
 (0)