Commit 7d64af65 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Include the intrin header before using intrinsics on MSVC

Summary: The tests that would have caught this aren't currently in the CMake file, but this is needed before trying to use the intrinsics here.

Reviewed By: yfeldblum

Differential Revision: D9952025

fbshipit-source-id: 40c7034ef7e0877ccb95525fa09ab46a3526af0b
parent 32f6bad2
......@@ -25,6 +25,10 @@
#include <tuple>
#include <type_traits>
#if _WIN32
#include <intrin.h>
#endif
namespace folly {
namespace detail {
......
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