mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 23:05:46 +00:00
[code-quality] fix clang-tidy mqtt
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "esphome/core/defines.h"
|
||||
#ifdef USE_MQTT
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include "esphome/components/network/ip_address.h"
|
||||
@@ -67,3 +68,4 @@ class MQTTBackend {
|
||||
|
||||
} // namespace mqtt
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user