Skip to content

Commit 1c57f20

Browse files
committed
Add missing header include for default_accessor
1 parent e36bc1c commit 1c57f20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__mdspan/aligned_accessor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include <__config>
2121
#include <__cstddef/size_t.h>
22+
#include <__mdspan/default_accessor.h>
2223
#include <__memory/assume_aligned.h>
2324
#include <__type_traits/is_abstract.h>
2425
#include <__type_traits/is_array.h>

0 commit comments

Comments
 (0)