Skip to content

Commit

Permalink
Fix apriltag build with mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Jul 22, 2024
1 parent 2090fa8 commit a1bfb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/apriltag/common/time_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ either expressed or implied, of the Regents of The University of Michigan.
//#include <time.h>

#ifdef _WIN32
//#include <windows.h>
//typedef long long suseconds_t;
#include <windows.h>
typedef long long suseconds_t;
#endif

#ifdef _MSC_VER
Expand Down

0 comments on commit a1bfb55

Please sign in to comment.