Skip to content

Commit

Permalink
include import for memset
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperhuangg committed Jul 12, 2024
1 parent c143b05 commit 2c27945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libstuff/STime.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "libstuff.h"

#include <cstring>
#include <sys/time.h>

uint64_t STimeNow() {
Expand Down

0 comments on commit 2c27945

Please sign in to comment.