Skip to content

Commit

Permalink
Adding missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Heller committed Dec 9, 2017
1 parent 8ec4122 commit ffa2600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/resource/shutdown_suspended_pus.cpp
Expand Up @@ -6,6 +6,7 @@
// Simple test verifying basic resource_partitioner functionality.

#include <hpx/hpx_init.hpp>
#include <hpx/include/async.hpp>
#include <hpx/include/resource_partitioner.hpp>
#include <hpx/include/threads.hpp>
#include <hpx/util/lightweight_test.hpp>
Expand Down
1 change: 1 addition & 0 deletions tests/unit/resource/throttle.cpp
Expand Up @@ -6,6 +6,7 @@
// Simple test verifying basic resource_partitioner functionality.

#include <hpx/hpx_init.hpp>
#include <hpx/include/async.hpp>
#include <hpx/include/resource_partitioner.hpp>
#include <hpx/include/threads.hpp>
#include <hpx/util/lightweight_test.hpp>
Expand Down

0 comments on commit ffa2600

Please sign in to comment.