projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5fcdd
)
Fixing break in multifeed. CHAR_BIT was previously unfound
author
Kyle Dent
<kmdent@fb.com>
Wed, 28 Jan 2015 21:47:43 +0000
(13:47 -0800)
committer
woo
<woo@fb.com>
Mon, 2 Feb 2015 21:14:12 +0000
(13:14 -0800)
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
folly/Range.h
patch
|
blob
|
history
diff --git
a/folly/Range.h
b/folly/Range.h
index bc67a16860a70f1746564165f6fa093da13f951a..839108ad8cfa7517fb57c9f43bff8d8afa19a5ea 100644
(file)
--- a/
folly/Range.h
+++ b/
folly/Range.h
@@
-25,6
+25,7
@@
#include <algorithm>
#include <boost/operators.hpp>
#include <cstring>
+#include <climits>
#include <glog/logging.h>
#include <iosfwd>
#include <limits.h>