Skip to content

Commit 4c3872d

Browse files
IronsDuclaude
andcommitted
fix: add missing cstring header for strerror
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5449186 commit 4c3872d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/profiler_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <chrono>
1010
#include <cstdint>
1111
#include <cstdio>
12+
#include <cstring>
1213
#include <cxxabi.h>
1314
#include <dirent.h>
1415
#include <dlfcn.h>

0 commit comments

Comments
 (0)