add missing include in sgp30 (#2517)

This commit is contained in:
Dmitriy Lopatko 2021-10-14 10:00:53 +02:00 committed by Jesse Hills
parent d8a6dfe5ce
commit c51d8c9021
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

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>