Skip to content

Commit

Permalink
pw_containers: Add missing include
Browse files Browse the repository at this point in the history
Add the missing include of <memory> which is required for std::destroy.

Bug: b/396693855
Change-Id: I164c6487eb0e18e307b8b56d75691b3bc81eaaf4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/268132
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Petr Hosek <[email protected]>
Pigweed-Auto-Submit: Prabhu Karthikeyan Rajasekaran <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Docs-Not-Needed: Prabhu Karthikeyan Rajasekaran <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
Prabhuk authored and CQ Bot Account committed Feb 14, 2025
1 parent ef8c646 commit 4167b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_containers/public/pw_containers/vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <initializer_list>
#include <iterator>
#include <limits>
#include <memory>
#include <new>
#include <string_view>
#include <type_traits>
Expand Down

0 comments on commit 4167b59

Please sign in to comment.