summaryrefslogtreecommitdiff
path: root/src/mongo/base
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-05-21 14:01:46 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-05-24 09:39:30 -0400
commit497a301902e635f204ca057aa2872627b766491c (patch)
tree6282bc6af9d6e570ac6adc89bb4dc85b8bf45f92 /src/mongo/base
parent7536959e9afa7e5dd0ef7bc807630630e48d5706 (diff)
downloadmongo-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.h2
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 {