summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index b6029533ebf..2edde6d77ac 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -1187,6 +1187,7 @@ env.Library(
'exec/requires_collection_stage.cpp',
'exec/requires_index_stage.cpp',
'exec/return_key.cpp',
+ 'exec/sample_from_timeseries_bucket.cpp',
'exec/shard_filter.cpp',
'exec/shard_filterer_impl.cpp',
'exec/skip.cpp',
@@ -1198,6 +1199,7 @@ env.Library(
'exec/trial_period_utils.cpp',
'exec/trial_stage.cpp',
'exec/update_stage.cpp',
+ 'exec/unpack_timeseries_bucket.cpp',
'exec/upsert_stage.cpp',
'exec/working_set_common.cpp',
'exec/write_stage_common.cpp',