From 0ccdf4c5158a34b24a0aa2d9d257daeef4a17fa0 Mon Sep 17 00:00:00 2001 From: Hleb Valoshka <375gnu@gmail.com> Date: Thu, 10 Oct 2024 01:07:13 +0300 Subject: [PATCH] Don't use deprecated fmt header file --- src/celestia/celestiacore.cpp | 2 +- src/celestia/hud.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/celestia/celestiacore.cpp b/src/celestia/celestiacore.cpp index e78f0bc524..f761ad33ca 100644 --- a/src/celestia/celestiacore.cpp +++ b/src/celestia/celestiacore.cpp @@ -34,7 +34,7 @@ #include #include #if FMT_VERSION < 90000 -#include +#include #endif #include diff --git a/src/celestia/hud.cpp b/src/celestia/hud.cpp index cacc04dbdc..a238a8e8a2 100644 --- a/src/celestia/hud.cpp +++ b/src/celestia/hud.cpp @@ -22,7 +22,7 @@ #include #if FMT_VERSION < 90000 -#include +#include #endif #include