Skip to content

Commit 20a80c4

Browse files
committed
Add missing pybind11/stl.h includes
Signed-off-by: Kevin Wheatley <kevin.wheatley@framestore.com>
1 parent c1fed4b commit 20a80c4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/bindings/python/PyColorSpace.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <OpenColorIO/OpenColorIO.h>
88

99
#include <pybind11/pybind11.h>
10+
#include <pybind11/stl.h>
1011

1112
#include "PyOpenColorIO.h"
1213
#include "PyUtils.h"

src/bindings/python/PyLook.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <OpenColorIO/OpenColorIO.h>
77

88
#include <pybind11/pybind11.h>
9+
#include <pybind11/stl.h>
910

1011
#include "PyOpenColorIO.h"
1112
#include "PyUtils.h"

src/bindings/python/transforms/PyCDLTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <OpenColorIO/OpenColorIO.h>
88

99
#include <pybind11/pybind11.h>
10+
#include <pybind11/stl.h>
1011

1112
#include "PyTransform.h"
1213
#include "PyUtils.h"

src/bindings/python/transforms/PyExponentWithLinearTransform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <OpenColorIO/OpenColorIO.h>
77

88
#include <pybind11/pybind11.h>
9+
#include <pybind11/stl.h>
910

1011
#include "PyTransform.h"
1112
#include "PyUtils.h"

0 commit comments

Comments
 (0)