From 6c5fcdd08180e421fefef67d7915c2d9249f16d2 Mon Sep 17 00:00:00 2001 From: Khalid El-Arini Date: Wed, 28 Jan 2015 13:47:44 -0800 Subject: [PATCH] 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 --- folly/Range.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1