Skip to content

Commit

Permalink
Remove useless includes that are breaking build under windows since w…
Browse files Browse the repository at this point in the history
…indows.h is included before winsock2.h
  • Loading branch information
fspindle committed Jul 22, 2024
1 parent ef6183f commit 96f71ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 3rdparty/apriltag/common/time_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ either expressed or implied, of the Regents of The University of Michigan.
#include <stdint.h>
//#include <time.h>

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

#ifdef _MSC_VER

Expand Down

0 comments on commit 96f71ad

Please sign in to comment.