From c1ffe29b7e8cbfde2b7bb2c06efbf55fe6e46ce2 Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 28 Sep 2023 23:00:20 +0300 Subject: [PATCH] Fixed include --- tests/test_cfg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_cfg.cpp b/tests/test_cfg.cpp index 85460dc1..fa66e959 100644 --- a/tests/test_cfg.cpp +++ b/tests/test_cfg.cpp @@ -2,8 +2,8 @@ #include "includes.h" #include "test_sink.h" -#include -#include +#include "spdlog/cfg/env.h" +#include "spdlog/cfg/argv.h" using spdlog::cfg::load_argv_levels; using spdlog::cfg::load_env_levels;