From 2316438037bd303f3c62d255ed9c17cc95306b94 Mon Sep 17 00:00:00 2001 From: Kevin Huck Date: Fri, 17 Jul 2020 10:08:00 -0700 Subject: [PATCH] Updating deprecated HPX headers --- src/apex/apex.cpp | 2 +- src/apex/policy_handler.hpp | 2 +- src/apex/profiler_listener.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apex/apex.cpp b/src/apex/apex.cpp index fd591ed8..dab54f3d 100644 --- a/src/apex/apex.cpp +++ b/src/apex/apex.cpp @@ -63,7 +63,7 @@ #include #include #include -#include +#include #include "global_constructor_destructor.h" #endif // APEX_HAVE_HPX diff --git a/src/apex/policy_handler.hpp b/src/apex/policy_handler.hpp index dd17dc8d..bd438c92 100644 --- a/src/apex/policy_handler.hpp +++ b/src/apex/policy_handler.hpp @@ -7,7 +7,7 @@ #ifdef APEX_HAVE_HPX #include -#include +#include #endif #include "apex_types.h" diff --git a/src/apex/profiler_listener.cpp b/src/apex/profiler_listener.cpp index c226a4e6..19afc029 100644 --- a/src/apex/profiler_listener.cpp +++ b/src/apex/profiler_listener.cpp @@ -70,7 +70,7 @@ std::mutex event_set_mutex; #include #include #include -#include +#include static void apex_schedule_process_profiles(void); // not in apex namespace const int num_non_worker_threads_registered = 1; // including the main thread //bool synchronous_flush{false};