Add type_traits include for std::is_trivially_destructible

(cherry picked from commit 3d46f28558)
This commit is contained in:
Rémi Verschelde 2021-04-22 16:23:13 +02:00
parent b616f41573
commit bcbf7ce3b6
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -36,6 +36,7 @@
#if !defined(NO_THREADS)
#include <atomic>
#include <type_traits>
// Design goals for these classes:
// - No automatic conversions or arithmetic operators,