We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530195c commit 18014e2Copy full SHA for 18014e2
Wrapping/Generators/Python/PyBase/pyBase.i
@@ -34,7 +34,7 @@ from . import _ITKCommonPython
34
%include <std_set.i>
35
36
// must be included in the end to avoid wrong std::string typemaps
37
-%include std_iostream.i
+%include <std_iostream.i>
38
39
// let str be usable as a template parameter instead of std::string
40
%pythoncode {
0 commit comments