mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Merge bitcoin/bitcoin#30268: util: add missing VecDeque include
f51da34ec1utils: add missing include (Cory Fields) Pull request description: Noticed when testing `VecDeque` with no other includes. For libc++, need type_traits for `std::is_trivially_destructible_v`. ACKs for top commit: maflcko: ACKf51da34ec1glozow: ACKf51da34ec1sipa: utACKf51da34ec1Tree-SHA512: bf96910abe9aaddd8586e6cc8f68a9bbac4c26d976ebeebcfa86b86c0da5783c1cbdbc7fa09b62cdcfde19e6442eb65a66bf1e2e80408d68e9dd9689dc22b0fa
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <type_traits>
|
||||||
|
|
||||||
/** Data structure largely mimicking std::deque, but using single preallocated ring buffer.
|
/** Data structure largely mimicking std::deque, but using single preallocated ring buffer.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user