Skip to content

Commit

Permalink
pw_protobuf: Fix missing <cstring> include in test code
Browse files Browse the repository at this point in the history
Change-Id: I9429dd3645fd569bc8d50f870d67d350700faf1f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/124493
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 9f1f6cf commit a0cc8f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pw_protobuf/decoder_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

#include "pw_protobuf/decoder.h"

#include <cstring>

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

Expand Down

0 comments on commit a0cc8f1

Please sign in to comment.