mirror of
https://github.com/esphome/esphome.git
synced 2025-07-25 12:46:42 +00:00
[speaker] Fix header includes (#7304)
This commit is contained in:
parent
ac9417d469
commit
8b6d6fe661
@ -1,5 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <cstdint>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace speaker {
|
namespace speaker {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user