Skip to content

Commit

Permalink
Add missing header include for default_accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Jan 13, 2025
1 parent e36bc1c commit 1c57f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/include/__mdspan/aligned_accessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <__config>
#include <__cstddef/size_t.h>
#include <__mdspan/default_accessor.h>
#include <__memory/assume_aligned.h>
#include <__type_traits/is_abstract.h>
#include <__type_traits/is_array.h>
Expand Down

0 comments on commit 1c57f20

Please sign in to comment.