1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-28 16:12:24 +01:00

have to dupe macros

This commit is contained in:
J. Nick Koston
2025-07-20 14:32:19 -10:00
parent 984d10aff1
commit 836ea5c60a
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include "esphome/core/application.h" #include "esphome/core/application.h"
#include "esphome/core/hal.h" #include "esphome/core/hal.h"
#include "esphome/core/helpers.h" #include "esphome/core/helpers.h"
#include "esphome/core/log.h"
#include "proto.h" #include "proto.h"
#include <cstring> #include <cstring>
#include <cinttypes> #include <cinttypes>

View File

@@ -5,6 +5,7 @@
#include "esphome/core/application.h" #include "esphome/core/application.h"
#include "esphome/core/hal.h" #include "esphome/core/hal.h"
#include "esphome/core/helpers.h" #include "esphome/core/helpers.h"
#include "esphome/core/log.h"
#include "proto.h" #include "proto.h"
#include <cstring> #include <cstring>
#include <cinttypes> #include <cinttypes>