From edffb78258431b2ef46db0a77a0578fefd03306b Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 3 Aug 2024 10:06:04 -0700 Subject: [PATCH] add missing header on some Linuxes --- src/Time.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Time.hh b/src/Time.hh index e509995..9cb0b04 100644 --- a/src/Time.hh +++ b/src/Time.hh @@ -1,6 +1,7 @@ #pragma once #include +#include #include