Skip to content

Commit b02aa29

Browse files
committed
compile
1 parent 98865b3 commit b02aa29

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

client/distlock_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "distlock.h"
2222
#include "../db/commands.h"
2323
#include "../util/bson_util.h"
24+
#include "../util/timer.h"
2425

2526
// Modify some config options for the RNG, since they cause MSVC to fail
2627
#include <boost/config.hpp>

db/client_common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#include "../util/net/hostandport.h"
2424

2525
namespace mongo {
26+
27+
class AuthenticationInfo;
2628

2729
/**
2830
* this is the base class for Client and ClientInfo

0 commit comments

Comments
 (0)