From 83b4f372688fc2b032e3684d5accff6f6fe04e4e Mon Sep 17 00:00:00 2001 From: Zonr Chang Date: Thu, 8 Sep 2016 06:18:44 -0700 Subject: [PATCH] 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 --- folly/test/MathBenchmark.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1