fix clang-tidy

This commit is contained in:
Tomasz Duda 2024-08-14 17:46:24 +02:00
parent be6bf4ca8e
commit 94ceaea456

View file

@ -5,7 +5,7 @@
#include <vector>
#include "esphome/core/defines.h"
#ifdef USE_API
#ifdef USE_API_NOISE
#include "noise/protocol.h"
#endif
@ -190,3 +190,4 @@ class APIPlaintextFrameHelper : public APIFrameHelper {
} // namespace api
} // namespace esphome
#endif