[microphone] Fix header includes (#7310)

This commit is contained in:
Jesse Hills 2024-08-19 10:45:22 +12:00
parent 0f82114e64
commit c96784f591
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

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 {