From eeb9d4e989aba56696446b435274f21c12a15e10 Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Fri, 22 Jul 2016 10:14:46 -0700 Subject: [PATCH] Include the Builtins portability header in Bits.h Summary: Because we need it for MSVC. Reviewed By: yfeldblum Differential Revision: D3601138 fbshipit-source-id: 4d2ba3f9c972717745289686b025d2763f9ef30d --- folly/Bits.h | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Bits.h b/folly/Bits.h index e50355da..3bf1e329 100644 --- a/folly/Bits.h +++ b/folly/Bits.h @@ -63,6 +63,7 @@ #endif #include +#include #include #include -- 2.34.1