[speaker] Fix header includes (#7304)

This commit is contained in:
NP v/d Spek 2024-08-19 00:45:10 +02:00 committed by GitHub
parent ac9417d469
commit 8b6d6fe661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,9 @@
#pragma once
#include <stddef.h>
#include <cstdint>
#include <vector>
namespace esphome {
namespace speaker {