mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-07 10:56:53 -05:00
Merge pull request #823 from RedDwarf69/std_byte_fix
Add missing #include if built with GSL_USE_STD_BYTE=1
This commit is contained in:
commit
044849d6fa
@ -87,6 +87,10 @@
|
|||||||
#define byte_may_alias
|
#define byte_may_alias
|
||||||
#endif // defined __clang__ || defined __GNUC__
|
#endif // defined __clang__ || defined __GNUC__
|
||||||
|
|
||||||
|
#if GSL_USE_STD_BYTE
|
||||||
|
#include <cstddef>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace gsl
|
namespace gsl
|
||||||
{
|
{
|
||||||
#if GSL_USE_STD_BYTE
|
#if GSL_USE_STD_BYTE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user