Skip to content

Commit 3f65bb3

Browse files
committed
Tests: Fix missing <limits> include for gcc
Signed-off-by: Aras Pranckevicius <[email protected]>
1 parent 3353ac4 commit 3f65bb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/utils/NumberUtils_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include "testutils/UnitTest.h"
66
#include "utils/NumberUtils.h"
77

8+
#include <limits>
9+
810
namespace OCIO = OCIO_NAMESPACE;
911

1012
OCIO_ADD_TEST(NumberUtils, from_chars_float)

0 commit comments

Comments
 (0)