[sht4x] Add missing hal.h include for millis() on ESP-IDF (#15087)

This commit is contained in:
J. Nick Koston
2026-03-22 11:54:54 -10:00
committed by GitHub
parent 593dbc9e67
commit 27f3a5f5f4
+1
View File
@@ -1,4 +1,5 @@
#include "sht4x.h"
#include "esphome/core/hal.h"
#include "esphome/core/log.h"
namespace esphome {