Skip to content

Commit

Permalink
pw_ring_buffer: Fix missing <cstring> include in test code
Browse files Browse the repository at this point in the history
Change-Id: I65be2745437b4f97f289dd02d122d1813923c478
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/124494
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>
  • Loading branch information
soares-sergio authored and CQ Bot Account committed Dec 15, 2022
1 parent a0cc8f1 commit ce78961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_ring_buffer/prefixed_entry_ring_buffer_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <cstddef>
#include <cstdint>
#include <cstring>

#include "gtest/gtest.h"
#include "pw_assert/check.h"
Expand Down

0 comments on commit ce78961

Please sign in to comment.