From c2bdb884c244680a8c614e84ebc337aa2ec9ec38 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 1 Dec 2024 12:12:28 -0600 Subject: [PATCH] updated build system --- support/include/utils/config.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/support/include/utils/config.hpp b/support/include/utils/config.hpp index 9c65bcdf..d1985250 100644 --- a/support/include/utils/config.hpp +++ b/support/include/utils/config.hpp @@ -392,6 +392,7 @@ using vlc_string_t = std::unique_ptr; #include "spdlog/async.h" #include "spdlog/fmt/bundled/core.h" #include "spdlog/fmt/bundled/format.h" +#include "spdlog/fmt/bundled/ranges.h" #include "spdlog/fmt/chrono.h" #include "spdlog/sinks/rotating_file_sink.h" #include "spdlog/sinks/stdout_color_sinks.h"