Add some includes to BenchMem.cpp
This commit is contained in:
parent
628317b3b5
commit
dbf7f9b047
|
@ -18,6 +18,9 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
|
||||
#include "benchmark/benchmark.h"
|
||||
|
||||
static void bench_memcmp(benchmark::State& state) {
|
||||
|
|
Loading…
Reference in New Issue