Skip to content

Commit 60f5790

Browse files
committed
Add missing include for Ubuntu 24 build
1 parent e507333 commit 60f5790

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common/main/cpp/native_c4.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#elif defined(__linux__) || defined(__APPLE__)
2121
#include <sys/time.h>
22+
#include <time.h>
2223
#endif
2324

2425
#include <unordered_set>

0 commit comments

Comments
 (0)