From: Zonr Chang Date: Thu, 8 Sep 2016 13:18:44 +0000 (-0700) Subject: Explicitly include to use std::mt19937 in MathBenchmark. X-Git-Tag: v2016.09.12.00~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=83b4f372688fc2b032e3684d5accff6f6fe04e4e;p=folly.git Explicitly include to use std::mt19937 in MathBenchmark. Summary: This fixes build with Clang. Closes https://github.com/facebook/folly/pull/470 Differential Revision: D3834865 Pulled By: nbronson fbshipit-source-id: 02c1ca192c6b6af2cc0a8fdaa0a854510cb0bca4 --- diff --git a/folly/test/MathBenchmark.cpp b/folly/test/MathBenchmark.cpp index 30d7e5e6..5804f569 100644 --- a/folly/test/MathBenchmark.cpp +++ b/folly/test/MathBenchmark.cpp @@ -17,6 +17,7 @@ #include #include +#include #include