We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98865b3 commit b02aa29Copy full SHA for b02aa29
client/distlock_test.cpp
@@ -21,6 +21,7 @@
21
#include "distlock.h"
22
#include "../db/commands.h"
23
#include "../util/bson_util.h"
24
+#include "../util/timer.h"
25
26
// Modify some config options for the RNG, since they cause MSVC to fail
27
#include <boost/config.hpp>
db/client_common.h
@@ -23,6 +23,8 @@
#include "../util/net/hostandport.h"
namespace mongo {
+
+ class AuthenticationInfo;
28
29
/**
30
* this is the base class for Client and ClientInfo
0 commit comments