Add type_traits include for std::is_trivially_destructible

This commit is contained in:
Rémi Verschelde 2021-04-22 16:23:13 +02:00
parent 77a876c6e1
commit 3d46f28558
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,