From ccc9ab7bf9c5aab0071708a0f65e3019bd96b8fe Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 25 Nov 2023 08:23:41 -0800 Subject: [PATCH] Include correct header --- test/scan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scan.h b/test/scan.h index d6fd6770..a7b3b33c 100644 --- a/test/scan.h +++ b/test/scan.h @@ -9,7 +9,7 @@ #include #include -#include "fmt/format.h" +#include "fmt/core.h" FMT_BEGIN_NAMESPACE template struct scanner {