Added a better check for openssl
[folly.git] / folly / CpuId.h
index fe3d58bb970fac74a1f218fcf11c3142a745cc6e..6957d934402f70c8bee93a10201c5594722c461b 100644 (file)
 #include <cstdint>
 #include <folly/Portability.h>
 
+#ifdef _MSC_VER
+#include <intrin.h>
+#endif
+
 namespace folly {
 
 /**