summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/fail_point.h')
-rw-r--r--src/mongo/util/fail_point.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/util/fail_point.h b/src/mongo/util/fail_point.h
index 1e1704b90a8..1364a52c2b2 100644
--- a/src/mongo/util/fail_point.h
+++ b/src/mongo/util/fail_point.h
@@ -33,8 +33,8 @@
#include "mongo/db/jsobj.h"
#include "mongo/db/operation_context.h"
#include "mongo/platform/atomic_word.h"
+#include "mongo/platform/mutex.h"
#include "mongo/stdx/functional.h"
-#include "mongo/stdx/mutex.h"
namespace mongo {
@@ -197,7 +197,7 @@ private:
BSONObj _data;
// protects _mode, _timesOrPeriod, _data
- mutable stdx::mutex _modMutex;
+ mutable stdx::mutex _modMutex; // NOLINT
/**
* Enables this fail point.