mirror of
https://github.com/microsoft/GSL.git
synced 2025-01-30 23:34:59 -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
|
||||
#endif // defined __clang__ || defined __GNUC__
|
||||
|
||||
#if GSL_USE_STD_BYTE
|
||||
#include <cstddef>
|
||||
#endif
|
||||
|
||||
namespace gsl
|
||||
{
|
||||
#if GSL_USE_STD_BYTE
|
||||
|
Loading…
Reference in New Issue
Block a user