diff options
author | Gabriel Russell <gabriel.russell@mongodb.com> | 2020-02-28 15:46:04 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-02-28 23:25:35 +0000 |
commit | 74cb40385caadff986539d3b274b60e74772eda1 (patch) | |
tree | 01c9db53fae553d49be8cd614a87fe6b95d85449 /src/mongo/watchdog | |
parent | f9c85d489e1d0dd7e9458d67af3a7675c0f2200c (diff) | |
download | mongo-74cb40385caadff986539d3b274b60e74772eda1.tar.gz |
SERVER-45567 removing util/log.h where I can
Diffstat (limited to 'src/mongo/watchdog')
-rw-r--r-- | src/mongo/watchdog/watchdog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/watchdog/watchdog.cpp b/src/mongo/watchdog/watchdog.cpp index 97d861fc43f..401388c0d3d 100644 --- a/src/mongo/watchdog/watchdog.cpp +++ b/src/mongo/watchdog/watchdog.cpp @@ -48,6 +48,7 @@ #include "mongo/logv2/log.h" #include "mongo/platform/process_id.h" #include "mongo/util/concurrency/idle_thread_block.h" +#include "mongo/util/errno_util.h" #include "mongo/util/exit.h" #include "mongo/util/exit_code.h" #include "mongo/util/hex.h" |