Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit e163ebb

Browse files
committed
Add missing include
Change-Id: I21683ddb981581a0456ad0aa79843a44422a6ab0
1 parent c762511 commit e163ebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thread/semaphore.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#else // !_WIN32
2727
#include <semaphore.h>
2828
#include <errno.h>
29+
#include <time.h>
2930
#endif // !_WIN32
3031

3132
namespace amd {

0 commit comments

Comments
 (0)