Skip to content

Commit

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

#include <algorithm>
#include <cstdint>
#include <cstring>
#include <memory>
#include <string>
#include <type_traits>
Expand Down

0 comments on commit e5c40bc

Please sign in to comment.