Skip to content

Commit

Permalink
pw_string: Fix missing <cstring> include in test code
Browse files Browse the repository at this point in the history
Change-Id: I7eb69b931880bf7baf604c4493ebbdedbcd79277
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/124497
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Sergio Soares <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
  • Loading branch information
soares-sergio authored and CQ Bot Account committed Dec 15, 2022
1 parent d414ed4 commit 8f26aa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pw_string/util_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

#include "pw_string/util.h"

#include <cstring>

#include "gtest/gtest.h"

namespace pw::string {
Expand Down

0 comments on commit 8f26aa1

Please sign in to comment.