Commit a319fc2d authored by John Biddiscombe's avatar John Biddiscombe
Browse files

Build fixes for hpx 1.4 onwards

parent c9eedfb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
# include <hpx/config/defines.hpp>
# if defined(DCA_HAVE_HPX_LOGGING) && !defined(NDEBUG)
//#  include <hpx/logging.hpp>
#  include <hpx/lcos/local/mutex.hpp>
#  include <hpx/synchronization/mutex.hpp>
#  include <mutex> // lock_guard
typedef std::mutex    log_mutex_type;
extern log_mutex_type log_mutex;