summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2013-06-27 13:04:49 -0400
committerAndy Schwerin <schwerin@10gen.com>2013-06-27 15:52:38 -0400
commitbf4f0841d9ea557cde3a775e2c418f845dcdcbcd (patch)
treedc64c7c0bf85a561589f1c1235bb139a785ba686 /src/mongo/unittest
parent838bb8f9475464c698593536e0183c0326337301 (diff)
downloadmongo-bf4f0841d9ea557cde3a775e2c418f845dcdcbcd.tar.gz
Include what you use: mongo/util/concurrency/mutex.h.
Diffstat (limited to 'src/mongo/unittest')
-rw-r--r--src/mongo/unittest/crutch.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/unittest/crutch.cpp b/src/mongo/unittest/crutch.cpp
index 5dedab2e90d..bae6f6a30a9 100644
--- a/src/mongo/unittest/crutch.cpp
+++ b/src/mongo/unittest/crutch.cpp
@@ -24,6 +24,7 @@
#include "mongo/db/lasterror.h"
#include "mongo/util/assert_util.h"
+#include "mongo/util/concurrency/mutex.h"
#include "mongo/util/goodies.h"
#include "mongo/util/startup_test.h"