From 96f71ada543b6ecfb85a3f257b2cdbe4a809b644 Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Mon, 22 Jul 2024 23:24:03 +0200 Subject: [PATCH] Remove useless includes that are breaking build under windows since windows.h is included before winsock2.h --- 3rdparty/apriltag/common/time_util.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/3rdparty/apriltag/common/time_util.h b/3rdparty/apriltag/common/time_util.h index 22e85a02fa..11b487937c 100644 --- a/3rdparty/apriltag/common/time_util.h +++ b/3rdparty/apriltag/common/time_util.h @@ -31,10 +31,10 @@ either expressed or implied, of the Regents of The University of Michigan. #include //#include -#ifdef _WIN32 -#include -typedef long long suseconds_t; -#endif +//#ifdef _WIN32 +//#include +//typedef long long suseconds_t; +//#endif #ifdef _MSC_VER