diff --git a/include/gsl/gsl_byte b/include/gsl/gsl_byte index 516ecfa..e8c56b5 100644 --- a/include/gsl/gsl_byte +++ b/include/gsl/gsl_byte @@ -55,6 +55,7 @@ #if defined(__cplusplus) && (__cplusplus >= 201703L) #define GSL_USE_STD_BYTE 1 +#include #else // defined(__cplusplus) && (__cplusplus >= 201703L) @@ -68,7 +69,6 @@ namespace gsl { #if GSL_USE_STD_BYTE -#include using std::byte; using std::to_integer;