Skip to content

Commit 18014e2

Browse files
committed
STYLE: Update to properly use angled brackets for std_iostream.i
1 parent 530195c commit 18014e2

File tree

1 file changed

+1
-1
lines changed
  • Wrapping/Generators/Python/PyBase

1 file changed

+1
-1
lines changed

Wrapping/Generators/Python/PyBase/pyBase.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ from . import _ITKCommonPython
3434
%include <std_set.i>
3535

3636
// must be included in the end to avoid wrong std::string typemaps
37-
%include std_iostream.i
37+
%include <std_iostream.i>
3838

3939
// let str be usable as a template parameter instead of std::string
4040
%pythoncode {

0 commit comments

Comments
 (0)