Skip to content

Commit

Permalink
pw_{hdlc,random}: Add missing #includes
Browse files Browse the repository at this point in the history
Change-Id: I2a6b28aee97056fc83ec0652bfe1154b0fc61983
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/126463
Commit-Queue: Ted Pudlik <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Jan 12, 2023
1 parent dab0039 commit ee5be33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pw_hdlc/public/pw_hdlc/encoded_size.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// the License.
#pragma once

#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <type_traits>
Expand Down
1 change: 1 addition & 0 deletions pw_random/public/pw_random/xor_shift.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// the License.
#pragma once

#include <algorithm>
#include <cstdint>
#include <cstring>

Expand Down

0 comments on commit ee5be33

Please sign in to comment.