summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2021-05-24 18:24:17 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-24 22:58:40 +0000
commit8d5547cdd6c45dd68c95dcf353e459e62da5222b (patch)
tree3f0ea8be0d8797da189d367f25520e1ebb28869d /src/mongo/db/views
parenta5caa6782ad3f2cbe78e66bdeb258931a22ac348 (diff)
downloadmongo-8d5547cdd6c45dd68c95dcf353e459e62da5222b.tar.gz
SERVER-56933 Return options to create an identical time-series collection from listCollections
Diffstat (limited to 'src/mongo/db/views')
-rw-r--r--src/mongo/db/views/resolved_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/views/resolved_view.cpp b/src/mongo/db/views/resolved_view.cpp
index 2c1e9900fa6..9c754c559e7 100644
--- a/src/mongo/db/views/resolved_view.cpp
+++ b/src/mongo/db/views/resolved_view.cpp
@@ -36,7 +36,7 @@
#include "mongo/db/pipeline/document_source_index_stats.h"
#include "mongo/db/pipeline/document_source_internal_convert_bucket_index_stats.h"
#include "mongo/db/pipeline/document_source_internal_unpack_bucket.h"
-#include "mongo/db/timeseries/timeseries_field_names.h"
+#include "mongo/db/timeseries/timeseries_constants.h"
#include "mongo/rpc/get_status_from_command_result.h"
namespace mongo {