Skip to content

Commit b5d55f2

Browse files
committed
[libc++][atomic_ref] add missing header include for uintptr_t caught by hardening mode CI builds
1 parent 3ee01fe commit b5d55f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__atomic/atomic_ref.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <__type_traits/is_same.h>
2828
#include <__type_traits/is_trivially_copyable.h>
2929
#include <cstddef>
30+
#include <cstdint>
3031

3132
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
3233
# pragma GCC system_header

0 commit comments

Comments
 (0)