diff options
author | Sara Golemon <sara.golemon@mongodb.com> | 2022-09-09 18:19:51 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-09-22 00:54:09 +0000 |
commit | 689b5d5525c4b5acca75f6efbc2886564a9feafb (patch) | |
tree | abe6be23939ef34a6c69644983bd4646dc58699e /src/mongo/db/repl/tenant_migration_state_machine.idl | |
parent | 3db7b151c16be01dbd193bba58cd5f79011f0a38 (diff) | |
download | mongo-689b5d5525c4b5acca75f6efbc2886564a9feafb.tar.gz |
SERVER-69871 Move feature_flag unit into server_base
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_state_machine.idl')
-rw-r--r-- | src/mongo/db/repl/tenant_migration_state_machine.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/tenant_migration_state_machine.idl b/src/mongo/db/repl/tenant_migration_state_machine.idl index 96e46bfb562..1fea8f61ceb 100644 --- a/src/mongo/db/repl/tenant_migration_state_machine.idl +++ b/src/mongo/db/repl/tenant_migration_state_machine.idl @@ -29,7 +29,7 @@ global: cpp_namespace: "mongo" cpp_includes: - "mongo/client/read_preference.h" - - "mongo/db/commands/feature_compatibility_version_parser.h" + - "mongo/db/feature_compatibility_version_parser.h" - "mongo/db/repl/tenant_migration_util.h" imports: |