From ba96794f919f7d00708c8c41130a934f98e1432d Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 10 Jun 2024 22:23:13 +0200 Subject: [PATCH] fix: missing `mp-units/ext/format.h` added to `fixed_string.h` --- src/core/include/mp-units/ext/fixed_string.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/include/mp-units/ext/fixed_string.h b/src/core/include/mp-units/ext/fixed_string.h index 2bfdb3774..c562fdfed 100644 --- a/src/core/include/mp-units/ext/fixed_string.h +++ b/src/core/include/mp-units/ext/fixed_string.h @@ -39,6 +39,7 @@ #include #include #if MP_UNITS_HOSTED +#include #include #endif #endif