From 827bae46510365a8663a0609a3aa3ef93a6fa129 Mon Sep 17 00:00:00 2001 From: Tk-Rwing <72181141+Tk-Rwing@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:00:27 +0530 Subject: [PATCH] Update formatter-bench.cpp --- bench/formatter-bench.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/formatter-bench.cpp b/bench/formatter-bench.cpp index 34407c10..b3617980 100644 --- a/bench/formatter-bench.cpp +++ b/bench/formatter-bench.cpp @@ -5,6 +5,7 @@ #include "benchmark/benchmark.h" +#include #include "spdlog/spdlog.h" #include "spdlog/pattern_formatter.h"