Skip to content

Commit

Permalink
Add missing concepts include to atomic accessor test
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Jul 3, 2024
1 parent 757268d commit a003c2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/unit_test/TestMDSpanAtomicAccessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
#include <type_traits>

#include <gtest/gtest.h>
#ifndef KOKKOS_ENABLE_CXX17
#include <concepts>
#endif

template <class T, class ExecutionSpace>
void test_atomic_accessor() {
Expand Down

0 comments on commit a003c2b

Please sign in to comment.