add missing include in sgp30 (#2517)

This commit is contained in:
Dmitriy Lopatko 2021-10-14 10:00:53 +02:00 committed by GitHub
parent 07b309e65d
commit 7e482901d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "sgp30.h"
#include "esphome/core/hal.h"
#include "esphome/core/log.h"
#include "esphome/core/application.h"
#include <cinttypes>