From 349a24bfdb4e4b942476454a967249c3362d3c54 Mon Sep 17 00:00:00 2001 From: Ferdinand Bachmann Date: Mon, 12 May 2025 15:35:58 +0200 Subject: [PATCH] test/constexpr-array-shim: add required import of for size_t --- test/constexpr-array-shim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/constexpr-array-shim.h b/test/constexpr-array-shim.h index 6863b61..30fa374 100644 --- a/test/constexpr-array-shim.h +++ b/test/constexpr-array-shim.h @@ -1,6 +1,7 @@ #ifndef _CONSTEXPR_ARRAY_SHIM_H #define _CONSTEXPR_ARRAY_SHIM_H +#include #include #if defined( __cpp_lib_array_constexpr) && __cpp_lib_array_constexpr >= 201606L