diff --git a/include/gsl/gsl b/include/gsl/gsl index 55862eb..4ce0eb9 100644 --- a/include/gsl/gsl +++ b/include/gsl/gsl @@ -20,10 +20,14 @@ #include // copy #include // Ensures/Expects #include // byte -#include // finally()/narrow()/narrow_cast()... +#include // finally()/narrow_cast()... #include // multi_span, strided_span... #include // owner, not_null #include // span #include // zstring, string_span, zstring_builder... +#ifdef __cpp_exceptions +#include // narrow() +#endif + #endif // GSL_GSL_H