[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 Jesse Hills
parent 45c0e6ef7f
commit 6d16c57747
+1
View File
@@ -1,4 +1,5 @@
#include "sht4x.h"
#include "esphome/core/hal.h"
#include "esphome/core/log.h"
namespace esphome {