Skip to content

Commit

Permalink
missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Jan 17, 2024
1 parent 60ef9e0 commit 0303153
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions silkworm/infra/common/safe_strerror.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#include "safe_strerror.hpp"

#include <cstring>

namespace silkworm {

std::string safe_strerror(int err_code) {
Expand Down

0 comments on commit 0303153

Please sign in to comment.