diff --git a/include/gsl/pointers b/include/gsl/pointers index 611e3641..63e193e9 100644 --- a/include/gsl/pointers +++ b/include/gsl/pointers @@ -19,12 +19,11 @@ #include "assert" // for Ensures, Expects -#include // for forward #include // for ptrdiff_t, nullptr_t, size_t -#include // for shared_ptr, unique_ptr -#include // for hash +#include // for less, greater +#include // for shared_ptr, unique_ptr, hash #include // for enable_if_t, is_convertible, is_assignable -#include // for declval +#include // for declval, forward #if !defined(GSL_NO_IOSTREAMS) #include // for ostream