Skip to content

Commit 115b083

Browse files
ldionnesmallp-o-p
authored and
smallp-o-p
committed
[libc++] Add a few missing includes
1 parent d5c29e8 commit 115b083

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libcxx/include/__format/formatter_floating_point.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <__utility/move.h>
3737
#include <__utility/unreachable.h>
3838
#include <cmath>
39+
#include <cstddef/ptrdiff_t.h>
3940

4041
#ifndef _LIBCPP_HAS_NO_LOCALIZATION
4142
# include <__locale>

libcxx/include/__string/char_traits.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <__assert>
1818
#include <__compare/ordering.h>
1919
#include <__config>
20+
#include <__cstddef/ptrdiff_t.h>
2021
#include <__functional/hash.h>
2122
#include <__functional/identity.h>
2223
#include <__iterator/iterator_traits.h>

0 commit comments

Comments
 (0)