Skip to content

Commit 3071fe5

Browse files
authored
[libc++] Add missing include <limits> to bitset to_ullong.pass.cpp test (#149149)
This was added to to_ulong.pass.cpp years ago by cf1dc8d but I don't think the other part of that commit matters here.
1 parent d218011 commit 3071fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/utilities/template.bitset/bitset.members/to_ullong.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <bitset>
1212
#include <algorithm>
1313
#include <type_traits>
14+
#include <limits>
1415
#include <climits>
1516
#include <cassert>
1617
#include <stdexcept>

0 commit comments

Comments
 (0)