Skip to content

DataQualityUtils: Fix compilation with gcc8.

With gcc8, need to link against -lstdc++fs in order to use std::filesystem.

Merge request reports