Skip to content

Commit 23e2a04

Browse files
committed
[libc++] Fix dumb typo
1 parent f2019fc commit 23e2a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__format/formatter_floating_point.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <__concepts/arithmetic.h>
2424
#include <__concepts/same_as.h>
2525
#include <__config>
26+
#include <__cstddef/ptrdiff_t.h>
2627
#include <__format/concepts.h>
2728
#include <__format/format_parse_context.h>
2829
#include <__format/formatter.h>
@@ -36,7 +37,6 @@
3637
#include <__utility/move.h>
3738
#include <__utility/unreachable.h>
3839
#include <cmath>
39-
#include <cstddef/ptrdiff_t.h>
4040

4141
#ifndef _LIBCPP_HAS_NO_LOCALIZATION
4242
# include <__locale>

0 commit comments

Comments
 (0)