summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorYuhong Zhang <yuhong.zhang@mongodb.com>2023-01-26 20:25:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-26 22:14:09 +0000
commit115b870f060f91c3c54b83ff71eec213b44c59e7 (patch)
treeb3064d4f945ef71d24c8fe6731af66559ce51cbe /src/mongo/db/SConscript
parent4aaf59b1eb25298e566c3b585433b5945e1f2d78 (diff)
downloadmongo-115b870f060f91c3c54b83ff71eec213b44c59e7.tar.gz
SERVER-73285 Create the write interface for time-series deletes
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index a49bf13532f..704cda1b6d5 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -1490,6 +1490,7 @@ env.Library(
'$BUILD_DIR/mongo/db/stats/resource_consumption_metrics',
'$BUILD_DIR/mongo/db/storage/record_store_base',
'$BUILD_DIR/mongo/db/timeseries/timeseries_options',
+ '$BUILD_DIR/mongo/db/timeseries/timeseries_write_util',
'not_primary_error_tracker',
'record_id_helpers',
],