diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48bfe5f37..d96066963 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: container: ghcr.io/gridtools/gridtools-base:${{ matrix.compiler }} strategy: matrix: - compiler: [gcc-8, gcc-9, gcc-10, gcc-11, gcc-12, clang-11, clang-12, clang-13, clang-14, clang-15, clang-16, clang-14-cuda-11, gcc-10-cuda-11.8, gcc-11-cuda-12.0, base-hip, gcc-10-hpx, nvhpc-23.3] + compiler: [gcc-8, gcc-9, gcc-10, gcc-11, gcc-12, gcc-13, clang-11, clang-12, clang-13, clang-14, clang-15, clang-16, clang-14-cuda-11, gcc-10-cuda-11.8, gcc-11-cuda-12.0, base-hip, gcc-10-hpx, nvhpc-23.3] build_type: [debug, release] exclude: - compiler: gcc-8 @@ -21,6 +21,8 @@ jobs: build_type: debug - compiler: gcc-10 build_type: debug + - compiler: gcc-11 + build_type: debug - compiler: clang-13 build_type: debug - compiler: clang-14 diff --git a/include/gridtools/storage/data_store.hpp b/include/gridtools/storage/data_store.hpp index 1e77d7ee4..c479f1260 100644 --- a/include/gridtools/storage/data_store.hpp +++ b/include/gridtools/storage/data_store.hpp @@ -9,6 +9,7 @@ */ #pragma once +#include #include #include #include