Fixed include

pull/3028/head
gabime 2 years ago
parent 976d3d20b6
commit c1ffe29b7e

@ -2,8 +2,8 @@
#include "includes.h"
#include "test_sink.h"
#include <spdlog/cfg/env.h>
#include <spdlog/cfg/argv.h>
#include "spdlog/cfg/env.h"
#include "spdlog/cfg/argv.h"
using spdlog::cfg::load_argv_levels;
using spdlog::cfg::load_env_levels;

Loading…
Cancel
Save