mirror of
https://github.com/esphome/esphome.git
synced 2024-12-29 08:51:43 +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>
|
#include <cstdint>
|
||||||
|
|
||||||
|
#ifndef USE_ZEPHYR
|
||||||
#include "qrcodegen.h"
|
#include "qrcodegen.h"
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
|
@ -34,3 +35,4 @@ class QrCode : public Component {
|
||||||
};
|
};
|
||||||
} // namespace qr_code
|
} // namespace qr_code
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue