Skip to content

Commit

Permalink
move time.h include to header
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jan 21, 2024
1 parent 4b3b9e6 commit 690b9c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion common/pthreads_cross.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ SOFTWARE.
*/

#include "common/pthreads_cross.h"
#include <time.h>

#ifdef _WIN32

Expand Down
1 change: 1 addition & 0 deletions common/pthreads_cross.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ SOFTWARE.
#include <pthread.h>
#include <sched.h>
#endif
#include <time.h>

#ifdef _WIN32

Expand Down

0 comments on commit 690b9c3

Please sign in to comment.