Skip to content

Commit

Permalink
Make sure macros are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jul 5, 2023
1 parent 46a3c75 commit 990ac55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/src/Kokkos_Vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#define KOKKOS_IMPL_PUBLIC_INCLUDE_NOTDEFINED_VECTOR
#endif

#include <Kokkos_Macros.hpp>

#if !defined(KOKKOS_ENABLE_DEPRECATED_CODE_4) || \
defined(KOKKOS_ENABLE_DEPRECATION_WARNINGS)
namespace {
Expand Down

0 comments on commit 990ac55

Please sign in to comment.