fmt: change use of fmt/base.h to fmt/format.h as not provided until fmt>=11.0

This commit is contained in:
Craig Carnell
2026-03-17 17:29:46 -04:00
committed by OatmealDome
parent f272382cd1
commit 6242de7b25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include <unordered_map>
#include <vector>
#include <fmt/base.h>
#include <fmt/format.h>
#ifdef HAVE_LIBSYSTEMD
#include <systemd/sd-daemon.h>
+1 -1
View File
@@ -7,7 +7,7 @@
#include <string>
#include <vector>
#include <fmt/base.h>
#include <fmt/format.h>
#include "Core/DSP/DSPTables.h"