Skip to content

Commit 09928e9

Browse files
michaeldsmithwaebbl
authored andcommitted
add #include <limits> for std::numeric_limits
1 parent 9976616 commit 09928e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IlmCtlMath/CtlPointTree.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
#include <ImathBox.h>
7171
#include <vector>
7272
#include <algorithm>
73+
#include <limits> // std::numeric_limits
7374

7475
namespace Ctl {
7576

0 commit comments

Comments
 (0)