Skip to content

Commit 251a7c5

Browse files
authored
Add missing include <string.h> to CustomStringPrefix.h (#25419)
1 parent c126158 commit 251a7c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/chip-tool/commands/common/CustomStringPrefix.h

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
#pragma once
2020

21+
#include <string.h>
22+
23+
#include <lib/support/CodeUtils.h>
24+
2125
static constexpr char kJsonStringPrefix[] = "json:";
2226
constexpr size_t kJsonStringPrefixLen = ArraySize(kJsonStringPrefix) - 1; // Don't count the null
2327

0 commit comments

Comments
 (0)