Skip to content

Commit

Permalink
add missing headers to action/slice.hpp, fixes #1107
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Apr 8, 2019
1 parent 541072e commit d7890fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/range/v3/action/slice.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include <functional>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/distance.hpp>
#include <range/v3/view_interface.hpp>
#include <range/v3/action/action.hpp>
#include <range/v3/action/erase.hpp>
#include <range/v3/utility/functional.hpp>
Expand Down

0 comments on commit d7890fb

Please sign in to comment.