mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
prometheus: fix compilation with EntityBase (#4895)
This commit is contained in:
parent
09a4d869f6
commit
8bb4c65272
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
#include "esphome/core/entity_base.h"
|
||||||
#include "esphome/components/web_server_base/web_server_base.h"
|
#include "esphome/components/web_server_base/web_server_base.h"
|
||||||
#include "esphome/core/controller.h"
|
#include "esphome/core/controller.h"
|
||||||
#include "esphome/core/component.h"
|
#include "esphome/core/component.h"
|
||||||
|
|
Loading…
Reference in a new issue