From 0ee0e8e3e4121ff68ef9e3ad681332d7180f8bf0 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 13 May 2023 08:51:29 -0400 Subject: [PATCH] Fix Kokkos compilation with GCC 13. --- bundled/kokkos-3.7.00/core/src/impl/Kokkos_MemoryPool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bundled/kokkos-3.7.00/core/src/impl/Kokkos_MemoryPool.cpp b/bundled/kokkos-3.7.00/core/src/impl/Kokkos_MemoryPool.cpp index f82e88fad9..3b1bf75b2d 100644 --- a/bundled/kokkos-3.7.00/core/src/impl/Kokkos_MemoryPool.cpp +++ b/bundled/kokkos-3.7.00/core/src/impl/Kokkos_MemoryPool.cpp @@ -48,6 +48,7 @@ #include +#include #include #include -- 2.39.5