From 8c1ccfe3b3122916e90f47575db9d20edbd8ddc5 Mon Sep 17 00:00:00 2001 From: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:27:15 -0500 Subject: [PATCH] Temp fix: add include sl_status.h because the following sl_cmsis_os2_common.h include sisdk header needs it and doesn't specify it --- examples/platform/silabs/MatterShell.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/platform/silabs/MatterShell.cpp b/examples/platform/silabs/MatterShell.cpp index 6088eeb2ca..714b579a96 100644 --- a/examples/platform/silabs/MatterShell.cpp +++ b/examples/platform/silabs/MatterShell.cpp @@ -17,6 +17,7 @@ #include "MatterShell.h" #include "sl_component_catalog.h" +#include "sl_status.h" #include #include #include