Skip to content

Commit 9d03b2e

Browse files
committed
Directly include "PyOpenColorIO.h" for polymorphic_type_hook
Signed-off-by: Kevin Wheatley <kevin.wheatley@framestore.com>
1 parent 3937fe0 commit 9d03b2e

25 files changed

+25
-0
lines changed

src/bindings/python/PyBuiltinTransformRegistry.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <pybind11/pybind11.h>
1010

11+
#include "PyOpenColorIO.h"
1112
#include "PyBuiltinTransformRegistry.h"
1213
#include "PyUtils.h"
1314
#include "utils/StringUtils.h"

src/bindings/python/PyGpuShaderCreator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <pybind11/pybind11.h>
77

8+
#include "PyOpenColorIO.h"
89
#include "PyUtils.h"
910
#include "PyDynamicProperty.h"
1011
#include "PyGpuShaderCreator.h"

src/bindings/python/PyImageDesc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <pybind11/pybind11.h>
99

10+
#include "PyOpenColorIO.h"
1011
#include "PyImageDesc.h"
1112
#include "PyUtils.h"
1213
#include "docstrings.h"

src/bindings/python/PyTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <pybind11/pybind11.h>
77

8+
#include "PyOpenColorIO.h"
89
#include "PyTransform.h"
910
#include "PyUtils.h"
1011
#include "docstrings.h"

src/bindings/python/transforms/PyAllocationTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <pybind11/pybind11.h>
99
#include <pybind11/stl.h>
1010

11+
#include "PyOpenColorIO.h"
1112
#include "PyTransform.h"
1213
#include "PyUtils.h"
1314
#include "docstrings.h"

src/bindings/python/transforms/PyBuiltinTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <pybind11/pybind11.h>
99

10+
#include "PyOpenColorIO.h"
1011
#include "PyTransform.h"
1112
#include "PyUtils.h"
1213
#include "docstrings.h"

src/bindings/python/transforms/PyCDLTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <pybind11/pybind11.h>
1010
#include <pybind11/stl.h>
1111

12+
#include "PyOpenColorIO.h"
1213
#include "PyTransform.h"
1314
#include "PyUtils.h"
1415
#include "docstrings.h"

src/bindings/python/transforms/PyColorSpaceTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <pybind11/pybind11.h>
99

10+
#include "PyOpenColorIO.h"
1011
#include "PyTransform.h"
1112
#include "PyUtils.h"
1213
#include "docstrings.h"

src/bindings/python/transforms/PyDisplayViewTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <pybind11/pybind11.h>
99

10+
#include "PyOpenColorIO.h"
1011
#include "PyTransform.h"
1112
#include "PyUtils.h"
1213
#include "docstrings.h"

src/bindings/python/transforms/PyExponentTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <pybind11/pybind11.h>
99
#include <pybind11/stl.h>
1010

11+
#include "PyOpenColorIO.h"
1112
#include "PyTransform.h"
1213
#include "PyUtils.h"
1314
#include "docstrings.h"

0 commit comments

Comments
 (0)