Skip to content

ExprTkFunctionParser: Fix missing sstream include

Julien Schueller requested to merge jschueller/vtk:exprtk002 into master

Fixes build with exprtk 0.0.2:

vtkExprTkFunctionParser.cxx:480:25: error: aggregate ‘std::stringstream parsingErrorStream’ has incomplete type and cannot be defined
2023-02-24T13:39:45.8563290Z   480 |       std::stringstream parsingErrorStream;

Merge request reports