Skip to content

Commit

Permalink
Merge pull request #123 from janbraun/fix_cbhwlib_compile_on_linux
Browse files Browse the repository at this point in the history
Include <time.h> to provide clock_gettime
  • Loading branch information
cboulay authored Nov 21, 2022
2 parents 00e366b + 8487aef commit fc732f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cbhwlib/cbhwlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <time.h>
#endif
#endif
#ifndef _MSC_VER
Expand Down

0 comments on commit fc732f5

Please sign in to comment.