Skip to content

Commit

Permalink
Add hardware module dependency + change header
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Jul 9, 2019
1 parent fcdcaa6 commit 0c292c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apex/CMakeLists.hpx
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ add_hpx_library(apex
NOEXPORT
SOURCES ${apex_sources}
HEADERS ${apex_headers}
DEPENDENCIES hpx_assertion hpx_cache
DEPENDENCIES hpx_assertion hpx_cache hpx_hardware
FOLDER "Core/Dependencies")

#if(APPLE)
Expand Down
2 changes: 1 addition & 1 deletion src/apex/profiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class profiler;
#include <memory>
#include "task_wrapper.hpp"
#if defined(APEX_HAVE_HPX)
#include <hpx/util/hardware/timestamp.hpp>
#include <hpx/hardware/timestamp.hpp>
#endif

#ifdef __INTEL_COMPILER
Expand Down

0 comments on commit 0c292c6

Please sign in to comment.