Skip to content

Commit ac8ff89

Browse files
committed
samples: matter: Add missing includes
Add missing includes. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent ae4cbf0 commit ac8ff89

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

samples/matter/lock/src/access/access_data_types.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
#include <app/clusters/door-lock-server/door-lock-server.h>
1010
#include <lib/core/ClusterEnums.h>
1111

12+
#include <zephyr/sys/util_macro.h>
13+
#include <zephyr/toolchain.h>
14+
1215
namespace DoorLockData
1316
{
1417

samples/matter/thermostat/src/temp_sensor_manager.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
#include "app/task_executor.h"
99
#include "temperature_measurement/sensor.h"
1010

11+
#include <zephyr/logging/log.h>
12+
1113
LOG_MODULE_DECLARE(app, CONFIG_CHIP_APP_LOG_LEVEL);
1214

1315
using namespace chip;

samples/matter/thermostat/src/zcl_callbacks.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include <app/ConcreteAttributePath.h>
1515
#include <lib/support/logging/CHIPLogging.h>
1616

17+
#include <zephyr/logging/log.h>
18+
1719
LOG_MODULE_DECLARE(app, CONFIG_CHIP_APP_LOG_LEVEL);
1820

1921
using namespace chip;

0 commit comments

Comments
 (0)