diff options
| author | Reo Kimura <reo.kimura@mongodb.com> | 2020-07-07 20:44:57 +0000 |
|---|---|---|
| committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-09 17:14:19 +0000 |
| commit | 2863db2f5418e7a204f0d35993f083f6b59639bc (patch) | |
| tree | 8c37766ca525ab3ad4e985b92bcd7185ea288765 /src/mongo/executor/remote_command_response.cpp | |
| parent | 4975a3041ada1fdf8d8c561c7d30eddaac677557 (diff) | |
| download | mongo-2863db2f5418e7a204f0d35993f083f6b59639bc.tar.gz | |
SERVER-48205 fixed log messages
Diffstat (limited to 'src/mongo/executor/remote_command_response.cpp')
| -rw-r--r-- | src/mongo/executor/remote_command_response.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/executor/remote_command_response.cpp b/src/mongo/executor/remote_command_response.cpp index f0311b2ce4e..d069c0832dc 100644 --- a/src/mongo/executor/remote_command_response.cpp +++ b/src/mongo/executor/remote_command_response.cpp @@ -31,6 +31,8 @@ #include "mongo/executor/remote_command_response.h" +#include <fmt/format.h> + #include "mongo/bson/simple_bsonobj_comparator.h" #include "mongo/rpc/reply_interface.h" #include "mongo/util/str.h" |
