From 3e53a2fccb8298e0d6c1f5799bf1158c2fefed02 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Wed, 15 Jan 2025 13:38:38 -0500 Subject: [PATCH] support use of mdspan/mdarray.hpp header --- include/experimental/__p1684_bits/mdarray.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/experimental/__p1684_bits/mdarray.hpp b/include/experimental/__p1684_bits/mdarray.hpp index bdc5925f..16984fd6 100644 --- a/include/experimental/__p1684_bits/mdarray.hpp +++ b/include/experimental/__p1684_bits/mdarray.hpp @@ -16,7 +16,7 @@ #pragma once -#include "../mdspan" +#include "mdspan/mdspan.hpp" #include #include