Skip to content

Fix compile error with std::ceil namespace

Andreas Cord-Landwehr requested to merge work/fixStdNamespaceError into master

In 561912b0 std::ceil was introduced, which requires the std namespace. Switching to cmath header which defines that namespace.

Merge request reports