summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.h
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2012-06-03 21:21:39 -0400
committerTad Marshall <tad@10gen.com>2012-06-03 21:21:39 -0400
commit1f623deae00812c4048e3195f2ca886d5e750f04 (patch)
tree11d018cac11b1ad1241e072886fe85d89ff93cc5 /src/mongo/util/log.h
parent57de5d8e6bf2ab5a73bfe337eb7e7ba981981f82 (diff)
downloadmongo-1f623deae00812c4048e3195f2ca886d5e750f04.tar.gz
Include what you use -- util/log.h
Diffstat (limited to 'src/mongo/util/log.h')
-rw-r--r--src/mongo/util/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/log.h b/src/mongo/util/log.h
index d191a65902b..c5dddc14245 100644
--- a/src/mongo/util/log.h
+++ b/src/mongo/util/log.h
@@ -26,6 +26,7 @@
#include <boost/thread/tss.hpp>
#include "mongo/bson/util/builder.h"
+#include "mongo/util/concurrency/mutex.h"
#include "mongo/util/debug_util.h"
#include "mongo/util/exit_code.h"