Skip to content

Commit

Permalink
pw_stream: Add missing includes
Browse files Browse the repository at this point in the history
This file uses limits header but didn't include it before.

Change-Id: Ibb172fa9565df5deda012fb978e6141574532b9e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/115491
Pigweed-Auto-Submit: Dennis Kormalev <[email protected]>
Reviewed-by: Rob Mohr <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
dkormalev authored and CQ Bot Account committed Oct 21, 2022
1 parent 96bf828 commit bfe9f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_stream/public/pw_stream/stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <array>
#include <cstddef>
#include <limits>

#include "pw_assert/assert.h"
#include "pw_bytes/span.h"
Expand Down

0 comments on commit bfe9f60

Please sign in to comment.