mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 16:37:52 +01:00
[speaker] Fix header includes (#7304)
This commit is contained in:
parent
5c7d070307
commit
0f82114e64
@ -1,5 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace speaker {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user