Skip to content

Commit

Permalink
Make sure to include what we use (<cstring> for std::memset)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Jan 31, 2024
1 parent 7629692 commit 0fb86cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/Serial/Kokkos_Serial_ZeroMemset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <Serial/Kokkos_Serial.hpp>

#include <type_traits>
#include <cstring>

namespace Kokkos {
namespace Impl {
Expand Down

0 comments on commit 0fb86cc

Please sign in to comment.