Skip to content

Commit

Permalink
Merge pull request #48095 from akien-mga/safe_refcount-include-type_t…
Browse files Browse the repository at this point in the history
…raits

Add type_traits include for `std::is_trivially_destructible`
  • Loading branch information
akien-mga committed Apr 22, 2021
2 parents 4753b30 + 3d46f28 commit c7b97f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/templates/safe_refcount.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#if !defined(NO_THREADS)

#include <atomic>
#include <type_traits>

// Design goals for these classes:
// - No automatic conversions or arithmetic operators,
Expand Down

0 comments on commit c7b97f0

Please sign in to comment.