Skip to content

Commit 02e0b7d

Browse files
authored
[libc++] Add missing include in test (#84579)
That test is using std::toupper.
1 parent 1ec5b1f commit 02e0b7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.floating_point.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include <algorithm>
3030
#include <array>
3131
#include <cassert>
32+
#include <cctype>
3233
#include <cmath>
3334
#include <charconv>
3435
#include <concepts>

0 commit comments

Comments
 (0)