Skip to content

Commit 99af55f

Browse files
var-consttru
authored andcommitted
[libc++][format] Fix a missing include in tests.
(cherry picked from commit 78f17b2)
1 parent 8a80823 commit 99af55f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/support/format.functions.common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Contains the common part of the formatter tests for different papers.
1212

1313
#include <algorithm>
14+
#include <cctype>
1415
#include <charconv>
1516
#include <format>
1617
#include <ranges>

0 commit comments

Comments
 (0)