mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
add missing include in sgp30 (#2517)
This commit is contained in:
parent
d8a6dfe5ce
commit
c51d8c9021
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "sgp30.h"
|
||||
#include "esphome/core/hal.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include "esphome/core/application.h"
|
||||
#include <cinttypes>
|
||||
|
|
Loading…
Reference in a new issue