Skip to content

Commit

Permalink
science/paraview: Unbreak build after math/exprtk update to 0.0.2
Browse files Browse the repository at this point in the history
The bundled VTK is missing the <sstream> include.

Reported by:	thierry@
  • Loading branch information
yurivict committed Mar 20, 2023
1 parent 5d66811 commit 1aa59c0
Showing 1 changed file with 12 additions and 0 deletions.
@@ -0,0 +1,12 @@
- unbreak bundled VTK after math/exprtk update to 0.0.2

--- VTK/Common/Misc/vtkExprTkFunctionParser.cxx.orig 2023-03-20 04:03:14 UTC
+++ VTK/Common/Misc/vtkExprTkFunctionParser.cxx
@@ -19,6 +19,7 @@
#include <cctype>
#include <random>
#include <regex>
+#include <sstream>

// exprtk macros
#define exprtk_disable_string_capabilities

0 comments on commit 1aa59c0

Please sign in to comment.