diff options
author | Andrew Morrow <acm@mongodb.com> | 2014-11-18 10:45:48 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2014-11-18 12:57:17 -0500 |
commit | 5cd68e1a6846ebdd07e5a75753108baab2e4af11 (patch) | |
tree | abd7ff10fc9e6aaba336a2819b8ce921092c5176 /src/mongo/db/ops | |
parent | eb1dc0918fc0a964ed7dbff31a0b815d0081e14c (diff) | |
download | mongo-5cd68e1a6846ebdd07e5a75753108baab2e4af11.tar.gz |
SERVER-16221 Add a missing dependency edge exposed by ubsan
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r-- | src/mongo/db/ops/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/ops/SConscript b/src/mongo/db/ops/SConscript index a56fdcc8441..f16faacf6e1 100644 --- a/src/mongo/db/ops/SConscript +++ b/src/mongo/db/ops/SConscript @@ -13,6 +13,7 @@ env.Library( '$BUILD_DIR/mongo/bson', '$BUILD_DIR/mongo/db/common', '$BUILD_DIR/mongo/foundation', + '$BUILD_DIR/mongo/expressions', ], ) |