mirror of
https://github.com/Ferdi265/cxx-ring-buffer.git
synced 2025-08-01 00:24:29 +02:00
test/constexpr-array-shim: add required import of <cstddef> for size_t
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef _CONSTEXPR_ARRAY_SHIM_H
|
||||
#define _CONSTEXPR_ARRAY_SHIM_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <array>
|
||||
|
||||
#if defined( __cpp_lib_array_constexpr) && __cpp_lib_array_constexpr >= 201606L
|
||||
|
Reference in New Issue
Block a user