Skip to content

Commit

Permalink
Fix missing #include <cmath> for std::isnormal
Browse files Browse the repository at this point in the history
fixes compile regression on macos + clang-6
  • Loading branch information
axxel authored and kdt3rd committed Jul 21, 2019
1 parent 351ad18 commit 9aa10cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenEXR/IlmImf/ImfHeader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
#include <sstream>
#include <stdlib.h>
#include <time.h>
#include <cmath>
#include "ImfTiledMisc.h"
#include "ImfNamespace.h"

Expand Down

0 comments on commit 9aa10cf

Please sign in to comment.