Commit fcccccc2 authored by Kyle Dent's avatar Kyle Dent Committed by woo

Fixing break in multifeed. CHAR_BIT was previously unfound

Summary: Now CHAR_BIT will be found

Test Plan: ran multifeed and folly

Reviewed By: seanc@fb.com

Subscribers: seanc, folly-diffs@

FB internal diff: D1810027

Signature: t1:1810027:1422480946:4568c5190e318ff097d33b3d0434593b72f8205e
parent 6c5fcdd0
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <algorithm> #include <algorithm>
#include <boost/operators.hpp> #include <boost/operators.hpp>
#include <cstring> #include <cstring>
#include <climits>
#include <glog/logging.h> #include <glog/logging.h>
#include <iosfwd> #include <iosfwd>
#include <limits.h> #include <limits.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