Skip to content

Commit

Permalink
#349: move Kokkos header inside the #if check
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 16, 2025
1 parent bfdaec3 commit 961dd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_kokkos_serialize_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
//@HEADER
*/

#include <Kokkos_Array.hpp>
#if MAGISTRATE_KOKKOS_ENABLED
#include <Kokkos_Array.hpp>

#include "test_commons.h"

Expand Down

0 comments on commit 961dd0e

Please sign in to comment.