From 961dd0e1cd18c3777aef3d457d315bd1056edd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Wed, 15 Jan 2025 15:11:52 +0100 Subject: [PATCH] #349: move Kokkos header inside the #if check --- tests/unit/test_kokkos_serialize_array.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_kokkos_serialize_array.cc b/tests/unit/test_kokkos_serialize_array.cc index 78ebc01b..ba691858 100644 --- a/tests/unit/test_kokkos_serialize_array.cc +++ b/tests/unit/test_kokkos_serialize_array.cc @@ -41,8 +41,8 @@ //@HEADER */ -#include #if MAGISTRATE_KOKKOS_ENABLED +#include #include "test_commons.h"