mirror of
https://github.com/esphome/esphome.git
synced 2025-01-29 22:51:32 +01:00
[microphone] Fix header includes (#7310)
This commit is contained in:
parent
8b6d6fe661
commit
baedd74c7a
@ -1,6 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "esphome/core/entity_base.h"
|
||||
#include <stddef.h>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
#include "esphome/core/helpers.h"
|
||||
|
||||
namespace esphome {
|
||||
|
Loading…
Reference in New Issue
Block a user