1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

[audio] Header modernization (#7832)

This commit is contained in:
Keith Burzinski
2024-11-25 03:50:18 -06:00
committed by GitHub
parent 1bd2d41ffd
commit 17a09cd221

View File

@@ -1,7 +1,7 @@
#pragma once
#include <cstddef>
#include <cstdint>
#include <stddef.h>
namespace esphome {
namespace audio {