Skip to content

Commit 38d1eb1

Browse files
authored
Merge pull request #1330 from johnhaddon/macBuildFix
VectorOps : Add missing `#include <cmath>`
2 parents 72d4e9f + 01d3226 commit 38d1eb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/IECore/VectorOps.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#define IE_CORE_VECTOROPS_INL
3737

3838
#include <cassert>
39+
#include <cmath>
3940

4041
namespace IECore
4142
{

0 commit comments

Comments
 (0)