mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04: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:
parent
337f9d44c2
commit
f51da34ec1
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
|
||||
/** Data structure largely mimicking std::deque, but using single preallocated ring buffer.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue