mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
[microphone] Fix header includes (#7310)
This commit is contained in:
parent
0f82114e64
commit
c96784f591
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue