summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2016-03-13 16:44:36 -0400
committerAndrew Morrow <acm@mongodb.com>2016-03-21 22:55:32 -0400
commitefc57ffd9d4912812d1e1f6649aebd7465fd3e38 (patch)
treedadab7198eb9a929e9beb9cb98755d528958b331 /src/mongo/db/s
parent6877d732e6d5739f9526d89d8e1360c08672eda7 (diff)
downloadmongo-efc57ffd9d4912812d1e1f6649aebd7465fd3e38.tar.gz
SERVER-23103 Break circularity between optime and bson_extract
Diffstat (limited to 'src/mongo/db/s')
-rw-r--r--src/mongo/db/s/sharding_state_recovery.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/s/sharding_state_recovery.cpp b/src/mongo/db/s/sharding_state_recovery.cpp
index 50c4b3c0555..afa043c549f 100644
--- a/src/mongo/db/s/sharding_state_recovery.cpp
+++ b/src/mongo/db/s/sharding_state_recovery.cpp
@@ -43,6 +43,7 @@
#include "mongo/db/ops/update_lifecycle_impl.h"
#include "mongo/db/ops/update_request.h"
#include "mongo/db/ops/update.h"
+#include "mongo/db/repl/bson_extract_optime.h"
#include "mongo/db/repl/optime.h"
#include "mongo/db/repl/repl_client_info.h"
#include "mongo/db/s/sharding_state.h"