summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/stitch_support/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/embedded/stitch_support/SConscript')
-rw-r--r--src/mongo/embedded/stitch_support/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/embedded/stitch_support/SConscript b/src/mongo/embedded/stitch_support/SConscript
index 6252a77f889..0cfc0fbdc82 100644
--- a/src/mongo/embedded/stitch_support/SConscript
+++ b/src/mongo/embedded/stitch_support/SConscript
@@ -45,6 +45,7 @@ stitchSupportTargets = stitchSupportEnv.Library(
'$BUILD_DIR/mongo/db/ops/parsed_update',
'$BUILD_DIR/mongo/db/query/collation/collator_factory_icu',
'$BUILD_DIR/mongo/db/query/collation/collator_factory_interface',
+ '$BUILD_DIR/mongo/db/vector_clock_trivial',
],
AIB_COMPONENT='stitch-support',
)