summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_state.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-08-18 10:29:06 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-18 16:00:39 +0000
commit180f4490bfcb1600bec464d65529e03ba11e9717 (patch)
tree00e5eb4fede81b38ec8e31af89a94ea22931cfed /src/mongo/db/s/sharding_state.h
parent38c6756ee1b0990253afb9fbccaf91b7d985241f (diff)
downloadmongo-180f4490bfcb1600bec464d65529e03ba11e9717.tar.gz
SERVER-68826 Introduce the server_base library
Diffstat (limited to 'src/mongo/db/s/sharding_state.h')
-rw-r--r--src/mongo/db/s/sharding_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/sharding_state.h b/src/mongo/db/s/sharding_state.h
index e64ba436f17..65b766c943c 100644
--- a/src/mongo/db/s/sharding_state.h
+++ b/src/mongo/db/s/sharding_state.h
@@ -32,8 +32,8 @@
#include <string>
#include "mongo/bson/oid.h"
+#include "mongo/db/shard_id.h"
#include "mongo/platform/mutex.h"
-#include "mongo/s/shard_id.h"
namespace mongo {