Skip to content

Commit

Permalink
Add some missing when_all includes to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Mar 2, 2018
1 parent b8b3862 commit e14f560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/resource/named_pool_executor.cpp
Expand Up @@ -12,6 +12,7 @@
#include <hpx/include/parallel_execution.hpp>
#include <hpx/include/resource_partitioner.hpp>
#include <hpx/include/threads.hpp>
#include <hpx/lcos/when_all.hpp>
#include <hpx/runtime/threads/executors/pool_executor.hpp>
#include <hpx/util/lightweight_test.hpp>

Expand Down
1 change: 1 addition & 0 deletions tests/unit/resource/throttle.cpp
Expand Up @@ -9,6 +9,7 @@
#include <hpx/include/async.hpp>
#include <hpx/include/resource_partitioner.hpp>
#include <hpx/include/threads.hpp>
#include <hpx/lcos/when_all.hpp>
#include <hpx/runtime/threads/policies/scheduler_mode.hpp>
#include <hpx/runtime/threads/policies/schedulers.hpp>
#include <hpx/util/lightweight_test.hpp>
Expand Down
1 change: 1 addition & 0 deletions tests/unit/resource/throttle_timed.cpp
Expand Up @@ -9,6 +9,7 @@
#include <hpx/include/parallel_executors.hpp>
#include <hpx/include/resource_partitioner.hpp>
#include <hpx/include/threads.hpp>
#include <hpx/lcos/when_all.hpp>
#include <hpx/runtime/threads/executors/pool_executor.hpp>
#include <hpx/runtime/threads/policies/scheduler_mode.hpp>
#include <hpx/runtime/threads/policies/schedulers.hpp>
Expand Down

0 comments on commit e14f560

Please sign in to comment.