mirror of
https://github.com/esphome/esphome.git
synced 2024-12-28 16:31:44 +01:00
fix clang-tidy
This commit is contained in:
parent
2111f3be05
commit
01603995c4
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
#ifndef USE_ZEPHYR
|
||||
#include "qrcodegen.h"
|
||||
|
||||
namespace esphome {
|
||||
|
@ -34,3 +35,4 @@ class QrCode : public Component {
|
|||
};
|
||||
} // namespace qr_code
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue