Skip to content

Commit 0f7400c

Browse files
committed
[libc++] Add missing include to std/utilities/charconv/charconv.to.chars/integral.pass.cpp
1 parent 5b0bcec commit 0f7400c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
// int base = 10)
1919

2020
#include <charconv>
21+
#include <cstdint>
22+
2123
#include "test_macros.h"
2224
#include "charconv_test_helpers.h"
2325

0 commit comments

Comments
 (0)