Skip to content

Commit

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

#include "pw_stream/memory_stream.h"

#include <cstring>

#include "gtest/gtest.h"
#include "pw_preprocessor/compiler.h"

Expand Down

0 comments on commit d414ed4

Please sign in to comment.