mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
[code-quality] fix clang-tidy mqtt
This commit is contained in:
parent
f13cf1f7a0
commit
682a9613c9
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#include "esphome/core/defines.h"
|
||||||
|
#ifdef USE_MQTT
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include "esphome/components/network/ip_address.h"
|
#include "esphome/components/network/ip_address.h"
|
||||||
|
@ -67,3 +68,4 @@ class MQTTBackend {
|
||||||
|
|
||||||
} // namespace mqtt
|
} // namespace mqtt
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue