Skip to content

Commit

Permalink
[Silabs] Fix includes
Browse files Browse the repository at this point in the history
Fix missing includes after changes in Accessors.h

Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie committed Feb 6, 2025
1 parent 38fe35f commit 49eb455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/thermostat/silabs/src/TemperatureManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "AppConfig.h"
#include "AppEvent.h"
#include "AppTask.h"
#include <app-common/zap-generated/cluster-objects.h>

/**********************************************************
* Defines and Constants
Expand Down

0 comments on commit 49eb455

Please sign in to comment.