Commit 83b4f372 authored by Zonr Chang's avatar Zonr Chang Committed by Facebook Github Bot 6

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
parent cf784212
......@@ -17,6 +17,7 @@
#include <folly/Math.h>
#include <algorithm>
#include <random>
#include <folly/Benchmark.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment