diff --git a/test/src/test_metric.cpp b/test/src/test_metric.cpp index 8b4b9e6..f01eed6 100644 --- a/test/src/test_metric.cpp +++ b/test/src/test_metric.cpp @@ -2,6 +2,9 @@ // All Rights Reserved // // Distributed under the "BSD License". See the accompanying LICENSE.rst file. + +// Pragma needed to be able to compile code, that divides by literal zero with +// MSVC #pragma fenv_access(on) #include