fix: added includes that are needed in 4.6

This commit is contained in:
Sara Gerretsen 2025-10-25 13:16:03 +02:00
parent 777f7908de
commit 5f61fafe7b
3 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include "health_status.h"
#include "core/config/engine.h"
#include "macros.h"
String HealthStatus::sig_death{ "death" };