1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

[microphone] Fix header includes (#7310)

This commit is contained in:
Jesse Hills
2024-08-19 10:45:22 +12:00
parent 0f82114e64
commit c96784f591

View File

@@ -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 {