diff options
author | Randolph Tan <randolph@10gen.com> | 2015-05-28 14:49:43 -0400 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2015-06-05 09:59:30 -0400 |
commit | 1fd0c2e38c05fefeac8e216bd9990e30d34ad8ee (patch) | |
tree | 5c7345dd71bca891c2e460ace93b0b07402058d4 /src/mongo/stdx | |
parent | 975319ad4e7af76ca288d2bcb65c94a4006c2d4d (diff) | |
download | mongo-1fd0c2e38c05fefeac8e216bd9990e30d34ad8ee.tar.gz |
SERVER-18590 Implement lock & unlock for replSets distlock manager
Diffstat (limited to 'src/mongo/stdx')
-rw-r--r-- | src/mongo/stdx/mutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/stdx/mutex.h b/src/mongo/stdx/mutex.h index b495943b8b1..071fa64bc0d 100644 --- a/src/mongo/stdx/mutex.h +++ b/src/mongo/stdx/mutex.h @@ -28,6 +28,7 @@ #pragma once +#include <boost/thread/lock_guard.hpp> #include <boost/thread/mutex.hpp> namespace mongo { |