diff --git a/src/apex/CMakeLists.hpx b/src/apex/CMakeLists.hpx index 9824d0d2..8838bede 100644 --- a/src/apex/CMakeLists.hpx +++ b/src/apex/CMakeLists.hpx @@ -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 diff --git a/src/apex/policy_handler.cpp b/src/apex/policy_handler.cpp index fdc62e86..f81ac6eb 100644 --- a/src/apex/policy_handler.cpp +++ b/src/apex/policy_handler.cpp @@ -10,7 +10,7 @@ #ifdef APEX_HAVE_HPX_CONFIG #include #include -#include +#include #endif #include "apex_api.hpp"