Skip to content

Commit

Permalink
added missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan511 committed Nov 2, 2023
1 parent b172d7c commit 0413581
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#pragma once

#include <mutex>

#include <hpx/synchronization/detail/range_lock_impl.hpp>
#include <hpx/synchronization/spinlock.hpp>

#include <functional>
#include <mutex>

namespace hpx::synchronization {
using range_lock =
hpx::synchronization::detail::RangeLock<hpx::spinlock, std::lock_guard>;
Expand Down

0 comments on commit 0413581

Please sign in to comment.