Skip to content

Commit

Permalink
Add missing files to container_algorithms.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
brjsp committed Sep 1, 2018
1 parent a72f281 commit d40df61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hpx/parallel/container_algorithms.hpp
Expand Up @@ -9,13 +9,16 @@

#include <hpx/parallel/algorithm.hpp>

#include <hpx/parallel/container_algorithms/all_any_none.hpp>
#include <hpx/parallel/container_algorithms/copy.hpp>
#include <hpx/parallel/container_algorithms/count.hpp>
#include <hpx/parallel/container_algorithms/fill.hpp>
#include <hpx/parallel/container_algorithms/for_each.hpp>
#include <hpx/parallel/container_algorithms/generate.hpp>
#include <hpx/parallel/container_algorithms/is_heap.hpp>
#include <hpx/parallel/container_algorithms/merge.hpp>
#include <hpx/parallel/container_algorithms/minmax.hpp>
#include <hpx/parallel/container_algorithms/move.hpp>
#include <hpx/parallel/container_algorithms/partition.hpp>
#include <hpx/parallel/container_algorithms/remove.hpp>
#include <hpx/parallel/container_algorithms/remove_copy.hpp>
Expand Down

0 comments on commit d40df61

Please sign in to comment.