From fb06fefd6f0cb7e5c06eaf7ee9a95f5f8d33933d Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Mon, 31 Oct 2022 16:19:29 +0100 Subject: [PATCH] globals.h sanitization --- include/globals.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/globals.h b/include/globals.h index 8d57f1dd..35adfb7e 100644 --- a/include/globals.h +++ b/include/globals.h @@ -5,7 +5,9 @@ #include // Time functions +#ifdef HAS_RTC #include +#endif #include // std::set for unified array functions