summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/death_test.cpp
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2023-01-17 10:56:30 -0600
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-20 23:56:24 +0000
commitf295f411cfa181bef2792909e32fe857d7f1c2ce (patch)
treebd25bbd4c74bb15bef3ef2719aaca48867e40e49 /src/mongo/unittest/death_test.cpp
parent3ba868bd5c52de01872fa8d9ee128bb13e18c0f7 (diff)
downloadmongo-f295f411cfa181bef2792909e32fe857d7f1c2ce.tar.gz
SERVER-72935 switch c stdlib headers to cpp compat stdlib headers
Diffstat (limited to 'src/mongo/unittest/death_test.cpp')
-rw-r--r--src/mongo/unittest/death_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/unittest/death_test.cpp b/src/mongo/unittest/death_test.cpp
index d36d1dbcc49..48d7c3c32e6 100644
--- a/src/mongo/unittest/death_test.cpp
+++ b/src/mongo/unittest/death_test.cpp
@@ -31,8 +31,8 @@
#include "mongo/unittest/death_test.h"
+#include <cstdio>
#include <fmt/format.h>
-#include <stdio.h>
#include "mongo/bson/json.h"
#include "mongo/unittest/assert.h"