Skip to content

Commit

Permalink
Fixing shared_mutex tests on older Boost versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 7, 2015
1 parent 6516a1b commit 9191e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/lcos/shared_mutex/thread_group.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <hpx/lcos/local/mutex.hpp>
#include <hpx/util/move.hpp>

#include <boost/thread/lock_guard.hpp>
#include <boost/thread/locks.hpp>

#include <list>
#include <algorithm>
Expand Down

0 comments on commit 9191e05

Please sign in to comment.