From 7c27c966c7d479403908bbcb1d2d121c037a3ae3 Mon Sep 17 00:00:00 2001 From: Dusk Date: Wed, 31 Jan 2024 08:43:32 -0400 Subject: [PATCH] fix TimeLib (#3136) --- examples/Smooth Graphics/Anti-aliased_Clock/NTP_Time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Smooth Graphics/Anti-aliased_Clock/NTP_Time.h b/examples/Smooth Graphics/Anti-aliased_Clock/NTP_Time.h index 2ccc4533..faadede8 100644 --- a/examples/Smooth Graphics/Anti-aliased_Clock/NTP_Time.h +++ b/examples/Smooth Graphics/Anti-aliased_Clock/NTP_Time.h @@ -4,7 +4,7 @@ // Time library: // https://github.com/PaulStoffregen/Time -#include +#include // Time zone correction library: // https://github.com/JChristensen/Timezone