Skip to content

Commit 67a3762

Browse files
committed
Fix transitive includes
1 parent 63af69d commit 67a3762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__utility/element_count.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define _LIBCPP___UTILITY_ELEMENT_COUNT_H
1111

1212
#include <__config>
13-
#include <cstddef>
13+
#include <__cstddef/size_t.h>
1414

1515
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
1616
# pragma GCC system_header

0 commit comments

Comments
 (0)