mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
[speaker] Fix header includes (#7304)
This commit is contained in:
parent
ac9417d469
commit
8b6d6fe661
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
namespace speaker {
|
||||
|
||||
|
|
Loading…
Reference in a new issue