diff --git a/include/gsl/narrow b/include/gsl/narrow index 2c3c5188..6cb17813 100644 --- a/include/gsl/narrow +++ b/include/gsl/narrow @@ -16,8 +16,9 @@ #ifndef GSL_NARROW_H #define GSL_NARROW_H -#include "assert" // for Expects -#include "util" // for narrow_cast +#include "assert" // for Expects +#include "util" // for narrow_cast +#include // for std::exception namespace gsl { struct narrowing_error : public std::exception