Fixed bench

This commit is contained in:
gabime 2020-03-21 23:42:22 +02:00
parent d43a17304e
commit bbe3ace533

View File

@ -6,7 +6,7 @@
#include "benchmark/benchmark.h"
#include "spdlog/spdlog.h"
#include "spdlog/details/pattern_formatter.h"
#include "spdlog/pattern_formatter.h"
void bench_formatter(benchmark::State &state, std::string pattern)
{