mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 11:52:20 +01:00
[microphone] Fix header includes (#7310)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user