1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 08:41:59 +00:00
This commit is contained in:
J. Nick Koston
2026-01-29 21:48:46 -06:00
parent 47f029b713
commit 4cdf0224ba
4 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
#include "esphome/core/helpers.h"
#include "esphome/core/time.h"
#ifdef USE_TIME_TIMEZONE
#include "esphome/core/posix_tz.h"
#include "posix_tz.h"
#endif
namespace esphome::time {

View File

@@ -5,7 +5,7 @@
#include <gtest/gtest.h>
#include <cstdlib>
#include <ctime>
#include "esphome/core/posix_tz.h"
#include "esphome/components/time/posix_tz.h"
namespace esphome::time::testing {