summaryrefslogtreecommitdiff
path: root/src/mongo/client
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2023-05-11 19:48:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-11 22:23:42 +0000
commit14e3b091373c63edb7ece3b47f35f3dec198fdad (patch)
treed997311418d8c25e18a5fc266c503127723181d1 /src/mongo/client
parente850381e039d22d73d6a5fa2e3ca41f76f7dfa1c (diff)
downloadmongo-14e3b091373c63edb7ece3b47f35f3dec198fdad.tar.gz
SERVER-71123 implement IWYU tool and add required human changes
Diffstat (limited to 'src/mongo/client')
-rw-r--r--src/mongo/client/server_discovery_monitor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/client/server_discovery_monitor.h b/src/mongo/client/server_discovery_monitor.h
index 93bcd4c53a8..c9e09d8006b 100644
--- a/src/mongo/client/server_discovery_monitor.h
+++ b/src/mongo/client/server_discovery_monitor.h
@@ -26,6 +26,9 @@
* exception statement from all source files in the program, then also delete
* it in the license file.
*/
+
+#pragma once
+
#include "mongo/client/mongo_uri.h"
#include "mongo/client/replica_set_monitor_stats.h"
#include "mongo/client/sdam/sdam.h"