Skip to content

Commit 01d3226

Browse files
committed
VectorOps : Add missing #include <cmath>
This fixes the build on MacOS.
1 parent 72d4e9f commit 01d3226

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)