mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
Fix missing include in remote_base (#5843)
This commit is contained in:
parent
8e4b9c3c1e
commit
ff97639f79
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#include "remote_base.h"
|
||||
#include "esphome/core/log.h"
|
||||
|
||||
#include <cinttypes>
|
||||
|
||||
namespace esphome {
|
||||
namespace remote_base {
|
||||
|
||||
|
|
Loading…
Reference in a new issue