From 4caddbc12b50a4ab12288e9a7b3051afbf1045bb Mon Sep 17 00:00:00 2001 From: Craig Carnell <1188869+cscd98@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:18:59 +0000 Subject: [PATCH] fmt: change use of fmt/base.h to fmt/format.h as not provided until fmt>=11.0 --- Source/Core/Common/TraversalServer.cpp | 2 +- Source/Core/Core/DSP/LabelMap.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Common/TraversalServer.cpp b/Source/Core/Common/TraversalServer.cpp index 0a9b6c0d0b..d1a93793a2 100644 --- a/Source/Core/Common/TraversalServer.cpp +++ b/Source/Core/Common/TraversalServer.cpp @@ -14,7 +14,7 @@ #include #include -#include +#include #ifdef HAVE_LIBSYSTEMD #include diff --git a/Source/Core/Core/DSP/LabelMap.cpp b/Source/Core/Core/DSP/LabelMap.cpp index 1dfdfdaf6a..3bacd6cf35 100644 --- a/Source/Core/Core/DSP/LabelMap.cpp +++ b/Source/Core/Core/DSP/LabelMap.cpp @@ -7,7 +7,7 @@ #include #include -#include +#include #include "Core/DSP/DSPTables.h"