From 458910fbf37ba7fae78e54a2e5b78522cb1b2ccb Mon Sep 17 00:00:00 2001 From: Christian Trott Date: Sat, 9 Dec 2023 08:14:32 -0700 Subject: [PATCH] Fix missing include on msvc/cuda --- core/src/Serial/Kokkos_Serial.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/Serial/Kokkos_Serial.hpp b/core/src/Serial/Kokkos_Serial.hpp index db1567610b2..75e1e1eac55 100644 --- a/core/src/Serial/Kokkos_Serial.hpp +++ b/core/src/Serial/Kokkos_Serial.hpp @@ -25,6 +25,7 @@ static_assert(false, #ifndef KOKKOS_SERIAL_HPP #define KOKKOS_SERIAL_HPP +#include #include #if defined(KOKKOS_ENABLE_SERIAL)