Add some includes to BenchMem.cpp

This commit is contained in:
sfc-gh-tclinkenbeard 2021-10-28 10:22:50 -07:00
parent 628317b3b5
commit dbf7f9b047
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
* limitations under the License.
*/
#include <cstring>
#include <memory>
#include "benchmark/benchmark.h"
static void bench_memcmp(benchmark::State& state) {