Skip to content

Commit f02b782

Browse files
soares-sergioCQ Bot Account
authored and
CQ Bot Account
committed
pw_hdlc: Fix missing <cstring> include in test code
Change-Id: I3491ec34916ce12d11259f61b50140d267875f35 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/124491 Pigweed-Auto-Submit: Sergio Soares <sergiosoares@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
1 parent a525fc5 commit f02b782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pw_hdlc/encoder_test.cc

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <algorithm>
1818
#include <array>
1919
#include <cstddef>
20+
#include <cstring>
2021

2122
#include "gtest/gtest.h"
2223
#include "pw_bytes/array.h"

0 commit comments

Comments
 (0)