Skip to content

Commit

Permalink
Updating to match changes in HPX.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Sep 8, 2019
1 parent f4031d1 commit 70cbfbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/apex/CMakeLists.hpx
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,13 @@ add_hpx_library(apex
hpx_datastructures
hpx_errors
hpx_format
hpx_functional
hpx_hardware
hpx_hashing
hpx_iterator_support
hpx_logging
hpx_parallel_executors
hpx_plugin
hpx_program_options
hpx_segmented_algorithms
hpx_thread_support
Expand Down
2 changes: 1 addition & 1 deletion src/apex/policy_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef APEX_HAVE_HPX_CONFIG
#include <hpx/config.hpp>
#include <hpx/include/runtime.hpp>
#include <hpx/util/bind.hpp>
#include <hpx/functional/bind.hpp>
#endif

#include "apex_api.hpp"
Expand Down

0 comments on commit 70cbfbf

Please sign in to comment.