Skip to content

Commit

Permalink
Fix missing include on msvc/cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Dec 9, 2023
1 parent fb0380b commit 458910f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/Serial/Kokkos_Serial.hpp
Expand Up @@ -25,6 +25,7 @@ static_assert(false,
#ifndef KOKKOS_SERIAL_HPP
#define KOKKOS_SERIAL_HPP

#include <iterator>
#include <Kokkos_Macros.hpp>
#if defined(KOKKOS_ENABLE_SERIAL)

Expand Down

0 comments on commit 458910f

Please sign in to comment.