From faa5f59843ad80bd72e5bea20aaef053740ec074 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Wed, 30 Aug 2017 16:16:27 -0700 Subject: [PATCH] Include `` for test Summary: is sometimes necessary for using `std::array`. Fix up Reviewed By: aary Differential Revision: D5740866 fbshipit-source-id: 13bafadd26fdd0f2eff3513115b43811682e7cda --- folly/test/ForeachTest.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1