Skip to content

Commit bdabdd6

Browse files
Include <limits> in constexpr_random.h
1 parent b547b44 commit bdabdd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/support/constexpr_random.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <cstddef>
1414
#include <cstdint>
1515
#include <iterator>
16+
#include <limits>
1617
#include <type_traits>
1718
#include <utility>
1819

0 commit comments

Comments
 (0)