mirror of
https://github.com/esphome/esphome.git
synced 2026-02-19 07:55:35 -07:00
Add forward declaration for ComponentIterator in api_connection.h
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
#include <limits>
|
||||
#include <vector>
|
||||
|
||||
namespace esphome {
|
||||
class ComponentIterator;
|
||||
} // namespace esphome
|
||||
|
||||
namespace esphome::api {
|
||||
|
||||
// Keepalive timeout in milliseconds
|
||||
|
||||
Reference in New Issue
Block a user