From 6e4498416dd177bebf2f0e3ae651fa6ed353c335 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Sun, 16 Feb 2025 14:22:57 +0100 Subject: [PATCH] test fix https://github.com/AprilRobotics/apriltag/pull/297 --- common/time_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/time_util.h b/common/time_util.h index c1840495..d778a18f 100644 --- a/common/time_util.h +++ b/common/time_util.h @@ -32,7 +32,7 @@ either expressed or implied, of the Regents of The University of Michigan. #include #ifdef _WIN32 -#include +#include typedef long long suseconds_t; #endif