mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 08:48:27 +02:00
add missing include in sgp30 (#2517)
This commit is contained in:
committed by
Jesse Hills
parent
d8a6dfe5ce
commit
c51d8c9021
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user