mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 21:53:44 +02:00
utils: add missing include
Noticed when testing VecDeque with no other includes. For libc++, need type_traits for std::is_trivially_destructible_v.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
|
||||
/** Data structure largely mimicking std::deque, but using single preallocated ring buffer.
|
||||
*
|
||||
|
Reference in New Issue
Block a user