diff --git a/include/gsl/gsl_byte b/include/gsl/gsl_byte index c2fc572..9e68d0d 100644 --- a/include/gsl/gsl_byte +++ b/include/gsl/gsl_byte @@ -87,6 +87,10 @@ #define byte_may_alias #endif // defined __clang__ || defined __GNUC__ +#if GSL_USE_STD_BYTE +#include +#endif + namespace gsl { #if GSL_USE_STD_BYTE