Skip to content

Commit

Permalink
support use of mdspan/mdarray.hpp header (#376)
Browse files Browse the repository at this point in the history
* support use of mdspan/mdarray.hpp header

* relative path
  • Loading branch information
cwsmith authored Feb 14, 2025
1 parent ebfc8f5 commit d34b447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/experimental/__p1684_bits/mdarray.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include "../mdspan"
#include "../../mdspan/mdspan.hpp"
#include <cassert>
#include <vector>

Expand Down

0 comments on commit d34b447

Please sign in to comment.