Commit cbe65786 authored by Ján's avatar Ján Committed by Facebook Github Bot

add missing #include

Summary: `type_traits` needed for `std::enable_if_t`

Reviewed By: yfeldblum, Orvid

Differential Revision: D20196749

fbshipit-source-id: 4d4e44c523959dda1f04b452d65880ca3401e036
parent fcfaecbc
......@@ -18,6 +18,7 @@
#include <atomic>
#include <cstddef>
#include <type_traits>
namespace folly {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment