Skip to content

Commit aa9f14a

Browse files
authored
[libc++][format] Fix a missing include in <format> tests. (llvm#71252)
1 parent 6e35db0 commit aa9f14a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212

1313
#include <algorithm>
1414
#include <cctype>
15-
#include <cstddef>
1615
#include <charconv>
16+
#include <cstddef>
17+
#include <cstdlib>
1718
#include <format>
1819
#include <ranges>
1920
#include <string>

0 commit comments

Comments
 (0)