Skip to content

Commit

Permalink
Include string header in primitive.hpp (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathu-lmn authored Sep 3, 2024
1 parent 53c40dd commit 3346e2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/range/v3/range/primitives.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@

#include <range/v3/detail/prologue.hpp>

#if RANGES_CXX_STD <= RANGES_CXX_STD_14
#include <string>
#endif

namespace ranges
{
/// \addtogroup group-range
Expand Down

0 comments on commit 3346e2b

Please sign in to comment.