From 52d1c02c0fb9fb433cb10bfe980bc076fb878d6d Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Tue, 2 Jan 2024 16:10:27 -0500 Subject: [PATCH] Add missing include This breaks standalone compilation of the header (e.g., if it is the first header included). --- examples/chip-tool/templates/commands.zapt | 1 + zzz_generated/chip-tool/zap-generated/cluster/Commands.h | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/chip-tool/templates/commands.zapt b/examples/chip-tool/templates/commands.zapt index 14abc5141f8d12..37aaef24cc2678 100644 --- a/examples/chip-tool/templates/commands.zapt +++ b/examples/chip-tool/templates/commands.zapt @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include diff --git a/zzz_generated/chip-tool/zap-generated/cluster/Commands.h b/zzz_generated/chip-tool/zap-generated/cluster/Commands.h index 61c0f0250b465c..1c9302b99b360c 100644 --- a/zzz_generated/chip-tool/zap-generated/cluster/Commands.h +++ b/zzz_generated/chip-tool/zap-generated/cluster/Commands.h @@ -30,6 +30,7 @@ #include #include #include +#include /*----------------------------------------------------------------------------*\ | Cluster Name | ID |