diff --git a/wled00/src/dependencies/timezone/Timezone.h b/wled00/src/dependencies/timezone/Timezone.h index 991eca0a..5c8d574a 100644 --- a/wled00/src/dependencies/timezone/Timezone.h +++ b/wled00/src/dependencies/timezone/Timezone.h @@ -16,7 +16,8 @@ #else #include #endif -#include "../time/Time.h" //http://www.arduino.cc/playground/Code/Time + +#include "../time/Time.h" //http://www.arduino.cc/playground/Code/Time //convenient constants for dstRules enum week_t {Last, First, Second, Third, Fourth}; diff --git a/wled00/wled00.ino b/wled00/wled00.ino index 8abb527a..3c116232 100644 --- a/wled00/wled00.ino +++ b/wled00/wled00.ino @@ -51,7 +51,7 @@ #endif #include -#include +#include #include #ifndef WLED_DISABLE_OTA #include