Skip to content

Commit f8730fd

Browse files
committed
added climits header t constants.h
1 parent ca3474c commit f8730fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/math/constants.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#define _USE_MATH_DEFINES
2424
#include <math.h> // using cmath causes issues under Windows
2525
#include <cfloat>
26+
#include <climits>
2627

2728
namespace embree
2829
{

0 commit comments

Comments
 (0)