diff options
author | Charlie Swanson <charlie.swanson@mongodb.com> | 2018-04-05 18:46:43 -0400 |
---|---|---|
committer | Charlie Swanson <charlie.swanson@mongodb.com> | 2018-04-05 21:28:45 -0400 |
commit | 41f13212be110fc2360804fc04982273e43910f4 (patch) | |
tree | 1c75cad7feed3e2592320e2204163236bd6b568e /src/mongo/s/query/SConscript | |
parent | 7a48a263485a585dac1e1289c830eafd35a3d54b (diff) | |
download | mongo-41f13212be110fc2360804fc04982273e43910f4.tar.gz |
SERVER-33323 Use the IDL to serialize the ARM
Diffstat (limited to 'src/mongo/s/query/SConscript')
-rw-r--r-- | src/mongo/s/query/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/query/SConscript b/src/mongo/s/query/SConscript index d9148577f5a..aa9a1713255 100644 --- a/src/mongo/s/query/SConscript +++ b/src/mongo/s/query/SConscript @@ -86,6 +86,7 @@ env.Library( source=[ "async_results_merger.cpp", "establish_cursors.cpp", + env.Idlc('async_results_merger_params.idl')[0], ], LIBDEPS=[ "$BUILD_DIR/mongo/db/query/command_request_response", |