mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Add type_traits include for std::is_trivially_destructible
(cherry picked from commit 3d46f28558
)
This commit is contained in:
parent
b616f41573
commit
bcbf7ce3b6
@ -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…
Reference in New Issue
Block a user