prometheus: fix compilation with EntityBase (#4895)

This commit is contained in:
Nick Owens 2023-05-31 19:31:58 -07:00 committed by GitHub
parent 09a4d869f6
commit 8bb4c65272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
#include <map>
#include <utility>
#include "esphome/core/entity_base.h"
#include "esphome/components/web_server_base/web_server_base.h"
#include "esphome/core/controller.h"
#include "esphome/core/component.h"