Skip to content

Commit

Permalink
Merge pull request #104 from aurianer/fix_hardware_header
Browse files Browse the repository at this point in the history
Add hardware module dependency + change hardware header
  • Loading branch information
khuck authored Jul 9, 2019
2 parents f7aba27 + 0c292c6 commit f8eb4a5
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 f8eb4a5

Please sign in to comment.