diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2019-05-21 14:01:46 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2019-05-24 09:39:30 -0400 |
commit | 497a301902e635f204ca057aa2872627b766491c (patch) | |
tree | 6282bc6af9d6e570ac6adc89bb4dc85b8bf45f92 /src/mongo/base | |
parent | 7536959e9afa7e5dd0ef7bc807630630e48d5706 (diff) | |
download | mongo-497a301902e635f204ca057aa2872627b766491c.tar.gz |
SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessions
Substitutes the uses with calls to vivify.
Diffstat (limited to 'src/mongo/base')
-rw-r--r-- | src/mongo/base/string_data_comparator_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/base/string_data_comparator_interface.h b/src/mongo/base/string_data_comparator_interface.h index 1a3b1a68d60..01abfd578fd 100644 --- a/src/mongo/base/string_data_comparator_interface.h +++ b/src/mongo/base/string_data_comparator_interface.h @@ -29,9 +29,9 @@ #pragma once +#include "mongo/base/string_data.h" #include "mongo/stdx/unordered_map.h" #include "mongo/stdx/unordered_set.h" -#include "string_data.h" namespace mongo { |