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;