mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Add some includes to BenchMem.cpp
This commit is contained in:
parent
628317b3b5
commit
dbf7f9b047
@ -18,6 +18,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include "benchmark/benchmark.h"
|
#include "benchmark/benchmark.h"
|
||||||
|
|
||||||
static void bench_memcmp(benchmark::State& state) {
|
static void bench_memcmp(benchmark::State& state) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user