From: Khalid El-Arini Date: Wed, 28 Jan 2015 21:47:44 +0000 (-0800) Subject: fix missing header in Range.h X-Git-Tag: v0.23.0~12 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6c5fcdd08180e421fefef67d7915c2d9249f16d2;p=folly.git fix missing header in Range.h Summary: ^ Test Plan: fbmake Reviewed By: woo@fb.com Subscribers: folly-diffs@ FB internal diff: D1810061 Signature: t1:1810061:1422481560:089c9186834f2bf87ac6d10b71d53784299b7992 Blame Revision: D1806632 --- diff --git a/folly/Range.h b/folly/Range.h index 2ce83f8d..bc67a168 100644 --- a/folly/Range.h +++ b/folly/Range.h @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include