From: David Wells Date: Sat, 13 May 2023 12:51:29 +0000 (-0400) Subject: Fix Kokkos compilation with GCC 13. X-Git-Tag: v9.5.0-rc1~235^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15212%2Fhead;p=dealii.git Fix Kokkos compilation with GCC 13. --- 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