forked from Ferdi265/cxx-ring-buffer
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