From 8547058b55b27715fe26383ade15652b8905b61a Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Thu, 2 Mar 2023 11:04:01 -0500 Subject: [PATCH] Add missing include to CustomStringPrefix.h (#25419) --- examples/chip-tool/commands/common/CustomStringPrefix.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/chip-tool/commands/common/CustomStringPrefix.h b/examples/chip-tool/commands/common/CustomStringPrefix.h index b761a358f5850c..235e190fd8f924 100644 --- a/examples/chip-tool/commands/common/CustomStringPrefix.h +++ b/examples/chip-tool/commands/common/CustomStringPrefix.h @@ -18,6 +18,10 @@ #pragma once +#include + +#include + static constexpr char kJsonStringPrefix[] = "json:"; constexpr size_t kJsonStringPrefixLen = ArraySize(kJsonStringPrefix) - 1; // Don't count the null