pw_string: Fix missing <cstring> include in test code

Change-Id: I7eb69b931880bf7baf604c4493ebbdedbcd79277
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/124497
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>
This commit is contained in:
Sergio Soares 2022-12-15 21:45:47 +00:00 committed by CQ Bot Account
parent d414ed4b8f
commit 8f26aa1ec9

View File

@ -14,6 +14,8 @@
#include "pw_string/util.h"
#include <cstring>
#include "gtest/gtest.h"
namespace pw::string {