fmt/*.h: include tweakme.h to set SPDLOG_FMT_EXTERNAL according to system (#2923)

Signed-off-by: Marcus Müller <marcus@hostalia.de>
This commit is contained in:
Marcus Müller
2023-10-25 18:22:39 +02:00
committed by GitHub
parent 8b331e2cd1
commit ddce42155e
7 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
// Include a bundled header-only copy of fmtlib or an external one.
// By default spdlog include its own copy.
//
#include <spdlog/tweakme.h>
#if defined(SPDLOG_USE_STD_FORMAT) // SPDLOG_USE_STD_FORMAT is defined - use std::format
#include <format>