From 14ab43ec0b9df6cf793c75785ec5f70b65f2f965 Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 8 May 2025 18:06:13 +0300 Subject: [PATCH] Updated fmt bundled files --- include/spdlog/fmt/bundled/fmt.license.rst | 2 +- include/spdlog/fmt/fmt.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/spdlog/fmt/bundled/fmt.license.rst b/include/spdlog/fmt/bundled/fmt.license.rst index f0ec3db4..1cd1ef92 100644 --- a/include/spdlog/fmt/bundled/fmt.license.rst +++ b/include/spdlog/fmt/bundled/fmt.license.rst @@ -1,4 +1,4 @@ -Copyright (c) 2012 - present, Victor Zverovich +Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/include/spdlog/fmt/fmt.h b/include/spdlog/fmt/fmt.h index 7fa6b093..81159e3c 100644 --- a/include/spdlog/fmt/fmt.h +++ b/include/spdlog/fmt/fmt.h @@ -21,10 +21,10 @@ #define FMT_USE_WINDOWS_H 0 #endif - #include + #include #include #else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib - #include + #include #include #endif