Skip to content

Commit

Permalink
Fix reason for including assert inside gsl/narrow (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykobets-msft committed Apr 28, 2022
1 parent f21f29d commit 7fefaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gsl/narrow
Expand Up @@ -16,7 +16,7 @@

#ifndef GSL_NARROW_H
#define GSL_NARROW_H
#include "assert" // for Expects
#include "assert" // for GSL_SUPPRESS
#include "util" // for narrow_cast
#include <exception> // for std::exception
namespace gsl
Expand Down

0 comments on commit 7fefaaf

Please sign in to comment.