Skip to content

Commit

Permalink
Merge pull request #37 from steve8x8/steve8x8-bookworm
Browse files Browse the repository at this point in the history
x509_helper_log.cc: add "#include <ctime>"
  • Loading branch information
djw8605 authored Aug 4, 2023
2 parents cd07742 + 721b07e commit 2a33a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/x509_helper_log.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>

using namespace std; // NOLINT

Expand Down

0 comments on commit 2a33a97

Please sign in to comment.