Restore progmem.h include needed for PROGMEM_STRING_TABLE

This commit is contained in:
J. Nick Koston
2026-04-05 12:24:30 -10:00
parent 6cdcdbb798
commit 58fd6ceff8
@@ -6,6 +6,7 @@
#include "crash_handler.h"
#include "esphome/core/helpers.h"
#include "esphome/core/log.h"
#include "esphome/core/progmem.h"
#include <cinttypes>