NewVrtSecInclusiveTool; Fix use of statics.

A couple static const variables were missing the declarations, causing the dbg build to fail. Fix by changing them to constexpr, so that we don't require a separate definition.

Merge request reports

Loading