Explicitly include <random> to use std::mt19937 in MathBenchmark.
authorZonr Chang <zonr.net@gmail.com>
Thu, 8 Sep 2016 13:18:44 +0000 (06:18 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Thu, 8 Sep 2016 13:23:43 +0000 (06:23 -0700)
commit83b4f372688fc2b032e3684d5accff6f6fe04e4e
tree45632d7baa9a8d0f6379a0974336d2fcad7ab028
parentcf784212df2255844336b7ff0c7d36ee9037fa88
Explicitly include <random> 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