Skip to content

Commit

Permalink
add missing include (#1126)
Browse files Browse the repository at this point in the history
The header file uses `std::declval`, so it needs to `#include <utility>`.
  • Loading branch information
beinhaerter committed Jul 4, 2023
1 parent 87e2140 commit 167c77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/gsl/pointers
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <memory> // for shared_ptr, unique_ptr
#include <system_error> // for hash
#include <type_traits> // for enable_if_t, is_convertible, is_assignable
#include <utility> // for declval

#if !defined(GSL_NO_IOSTREAMS)
#include <iosfwd> // for ostream
Expand Down

0 comments on commit 167c77d

Please sign in to comment.