summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_descriptor.h
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2019-05-10 09:43:21 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2019-05-10 09:43:21 -0400
commita472b61ae5ed22a35651298fccad61843993bc49 (patch)
tree7c14d9ff6b1d39c657d988abeba90da26a2a2aa9 /src/mongo/db/index/index_descriptor.h
parent887e13622f1e3ffecefbed4f42bae62666680ee4 (diff)
downloadmongo-a472b61ae5ed22a35651298fccad61843993bc49.tar.gz
SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context visible inclusion.
A few forward-decl headers were created also.
Diffstat (limited to 'src/mongo/db/index/index_descriptor.h')
-rw-r--r--src/mongo/db/index/index_descriptor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/index/index_descriptor.h b/src/mongo/db/index/index_descriptor.h
index a68eafbdfb7..446f7f43f59 100644
--- a/src/mongo/db/index/index_descriptor.h
+++ b/src/mongo/db/index/index_descriptor.h
@@ -29,6 +29,8 @@
#pragma once
+#include "mongo/db/index/index_descriptor_fwd.h"
+
#include <set>
#include <string>