[microphone] Fix header includes (#7310)

This commit is contained in:
Jesse Hills 2024-08-19 10:45:22 +12:00 committed by GitHub
parent 8b6d6fe661
commit baedd74c7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {