From 3e866a43f626ff80f3aace95f93762e97105facc Mon Sep 17 00:00:00 2001 From: Mitja P Date: Sat, 28 Oct 2023 11:52:15 -0700 Subject: [PATCH] fix compilation with WIN32_LEAN_AND_MEAN --- 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