Fix MacOS missing <type_traits> header (#5096) (#5097)

This commit is contained in:
Vito Gamberini 2024-05-02 21:38:36 -04:00 committed by GitHub
parent 3cb4033c97
commit 64ba569f0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <condition_variable>
#include <memory>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <unordered_set>
#include <vector>