mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
[audio] Header modernization (#7832)
This commit is contained in:
parent
1bd2d41ffd
commit
17a09cd221
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <stddef.h>
|
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace audio {
|
namespace audio {
|
||||||
|
|
Loading…
Reference in a new issue