Skip to content

Commit

Permalink
exrmetrics: fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Oct 24, 2024
1 parent 7bd85a2 commit 164a62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/exrmetrics/exrmetrics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ exrmetrics (
}
else { compression = outHeader.compression (); }

if (!isinf (level) && level >= -1)
if (!std::isinf (level) && level >= -1)
{
switch (outHeader.compression ())
{
Expand Down

0 comments on commit 164a62e

Please sign in to comment.