diff --git a/bench/spdlog-bench-mt.cpp b/bench/spdlog-bench-mt.cpp index 28f87807..e28e7bb8 100644 --- a/bench/spdlog-bench-mt.cpp +++ b/bench/spdlog-bench-mt.cpp @@ -28,7 +28,7 @@ int main(int argc, char* argv[]) logger->set_pattern("[%Y-%b-%d %T.%e]: %v"); std::atomic msg_counter {0}; - vector threads; + std::vector threads; for (int t = 0; t < thread_count; ++t) {