Skip to content

Commit a45d25e

Browse files
committed
Fix missing header in setup.py
1 parent d81cd80 commit a45d25e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'include/pybind11/embed.h',
2929
'include/pybind11/eval.h',
3030
'include/pybind11/functional.h',
31+
'include/pybind11/iostream.h',
3132
'include/pybind11/numpy.h',
3233
'include/pybind11/operators.h',
3334
'include/pybind11/options.h',

0 commit comments

Comments
 (0)