Skip to content

Commit ef77df2

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pw_containers/to_array_test.cc

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
#include "pw_containers/to_array.h"
1616

17+
#include <cstring>
18+
1719
#include "gtest/gtest.h"
1820

1921
namespace pw {

0 commit comments

Comments
 (0)