Commit 37f607b3 authored by John Biddiscombe's avatar John Biddiscombe
Browse files

Build fixes for hpx 1.4 onwards

parent 79c3ae7b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@
#define DCA_PARALLEL_HPX_HPX_HPP

#include <hpx/hpx.hpp>
#include <hpx/lcos/local/spinlock.hpp>
#include <hpx/lcos/local/condition_variable.hpp>
#include <hpx/synchronization/spinlock.hpp>
#include <hpx/synchronization/condition_variable.hpp>
#include <hpx/lcos/future.hpp>
#include <hpx/include/threads.hpp>
#include <hpx/runtime/threads/thread.hpp>
#include <hpx/runtime/threads/executors/limiting_executor.hpp>
#include <hpx/debugging/demangle_helper.hpp>
#include <hpx/parallel/executors/parallel_executor.hpp>
#include <hpx/execution/executors/parallel_executor.hpp>
#include <hpx/util/yield_while.hpp>
//
#include <vector>