move Iterator, Enumerate, EvictingCacheMap, Foreach, Merge, and
[folly.git] / folly / test / MathBenchmark.cpp
index 30d7e5e6429ab25b1fecb4a42c73ec5983799526..e3ef00d4f23a35f800fabf0c30dee6f2c8ccc13e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
 #include <folly/Math.h>
 
 #include <algorithm>
+#include <random>
 
 #include <folly/Benchmark.h>