From: Michael Lee Date: Wed, 30 Aug 2017 23:16:27 +0000 (-0700) Subject: Include `` for test X-Git-Tag: v2017.09.04.00~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=faa5f59843ad80bd72e5bea20aaef053740ec074;p=folly.git Include `` for test Summary: is sometimes necessary for using `std::array`. Fix up Reviewed By: aary Differential Revision: D5740866 fbshipit-source-id: 13bafadd26fdd0f2eff3513115b43811682e7cda --- diff --git a/folly/test/ForeachTest.cpp b/folly/test/ForeachTest.cpp index 95b02b4d..ded3b721 100644 --- a/folly/test/ForeachTest.cpp +++ b/folly/test/ForeachTest.cpp @@ -16,6 +16,7 @@ #include +#include #include #include #include