mirror of
https://github.com/esphome/esphome.git
synced 2025-02-22 21:08:16 +00:00
add missing include in sgp30 (#2517)
This commit is contained in:
parent
07b309e65d
commit
7e482901d9
@ -1,4 +1,5 @@
|
|||||||
#include "sgp30.h"
|
#include "sgp30.h"
|
||||||
|
#include "esphome/core/hal.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "esphome/core/application.h"
|
#include "esphome/core/application.h"
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user