From: Christopher Dykes Date: Fri, 22 Jul 2016 17:14:46 +0000 (-0700) Subject: Include the Builtins portability header in Bits.h X-Git-Tag: 2016.07.26~13 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=eeb9d4e989aba56696446b435274f21c12a15e10;hp=c2cea83927c96dc5f06251be652c6327ddb0fffc 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 --- 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