diff options
Diffstat (limited to 'src/mongo/s/strategy.cpp')
-rw-r--r-- | src/mongo/s/strategy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/strategy.cpp b/src/mongo/s/strategy.cpp index aa0cc37674b..86c7a1f8189 100644 --- a/src/mongo/s/strategy.cpp +++ b/src/mongo/s/strategy.cpp @@ -41,7 +41,7 @@ #include "mongo/db/commands.h" #include "mongo/db/max_time.h" #include "mongo/db/server_parameters.h" -#include "mongo/db/storage/index_details.h" +#include "mongo/db/structure/catalog/index_details.h" #include "mongo/db/namespace_string.h" #include "mongo/db/query/lite_parsed_query.h" #include "mongo/db/stats/counters.h" |