Skip to content

Commit 86b5168

Browse files
committed
2
1 parent de2fde5 commit 86b5168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/http/pprof_http_service.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#include "pprof_http_service.h"
2121

2222
// IWYU pragma: no_include <bits/types/struct_FILE.h>
23-
#include <ctype.h>
24-
#include <errno.h>
23+
#include <cctype>
24+
#include <cerrnoh>
2525
#include <fcntl.h>
2626
#include <gperftools/heap-profiler.h>
2727
#include <gperftools/malloc_extension.h>

0 commit comments

Comments
 (0)