summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/dbclientinterface.h')
-rw-r--r--src/mongo/client/dbclientinterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/client/dbclientinterface.h b/src/mongo/client/dbclientinterface.h
index e2d6bafe0d8..d53166107ae 100644
--- a/src/mongo/client/dbclientinterface.h
+++ b/src/mongo/client/dbclientinterface.h
@@ -32,11 +32,11 @@
#pragma once
+#include <boost/thread/lock_guard.hpp>
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
#include "mongo/base/string_data.h"
-#include "mongo/bson/bson_field.h"
#include "mongo/config.h"
#include "mongo/db/jsobj.h"
#include "mongo/logger/log_severity.h"
@@ -350,7 +350,7 @@ namespace mongo {
std::string _string;
std::string _setName;
- static mutex _connectHookMutex;
+ static boost::mutex _connectHookMutex;
static ConnectionHook* _connectHook;
};