From 25000246aa472d6eca35a33da704ea83b6e9e2ae Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Wed, 3 Jan 2024 14:12:38 -0500 Subject: [PATCH] Add missing include (#31220) 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 |