Commit eeb9d4e9 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot 1

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
parent c2cea839
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
#endif #endif
#include <folly/Portability.h> #include <folly/Portability.h>
#include <folly/portability/Builtins.h>
#include <folly/detail/BitsDetail.h> #include <folly/detail/BitsDetail.h>
#include <folly/detail/BitIteratorDetail.h> #include <folly/detail/BitIteratorDetail.h>
......
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