Skip to content

Commit

Permalink
Guard mdarray.hpp too
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed May 3, 2023
1 parent 2b448c2 commit 80aec6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/mdspan/mdarray.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
//
//@HEADER

#pragma once
#ifndef MDARRAY_HPP_
#define MDARRAY_HPP_

#ifndef MDSPAN_IMPL_STANDARD_NAMESPACE
#define MDSPAN_IMPL_STANDARD_NAMESPACE Kokkos
Expand All @@ -27,3 +28,4 @@
#include "mdspan.hpp"
#include "../experimental/__p1684_bits/mdarray.hpp"

#endif // MDARRAY_HPP_

0 comments on commit 80aec6f

Please sign in to comment.