Add type_traits include for std::is_trivially_destructible
(cherry picked from commit 3d46f28558
)
This commit is contained in:
parent
2a00a6bfca
commit
10e86bc017
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#if !defined(NO_THREADS)
|
||||
|
||||
#include <atomic>
|
||||
#include <type_traits>
|
||||
|
||||
// Design goals for these classes:
|
||||
// - No automatic conversions or arithmetic operators,
|
||||
|
|
Loading…
Add table
Reference in a new issue