瀏覽代碼

Add type_traits include for `std::is_trivially_destructible`

(cherry picked from commit 3d46f2855860e93f1cd7d8cd73a35fe34bac64dd)
Rémi Verschelde 4 年之前
父節點
當前提交
10e86bc017
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/safe_refcount.h

+ 1 - 0
core/safe_refcount.h

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