Skip to content

Commit

Permalink
Don't use deprecated fmt header file
Browse files Browse the repository at this point in the history
  • Loading branch information
375gnu committed Oct 10, 2024
1 parent a369f5c commit 0ccdf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/celestia/celestiacore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <Eigen/Geometry>
#include <fmt/ostream.h>
#if FMT_VERSION < 90000
#include <fmt/locale.h>
#include <fmt/format.h>
#endif

#include <celastro/astro.h>
Expand Down
2 changes: 1 addition & 1 deletion src/celestia/hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <fmt/format.h>
#if FMT_VERSION < 90000
#include <fmt/locale.h>
#include <fmt/format.h>
#endif

#include <celcompat/numbers.h>
Expand Down

0 comments on commit 0ccdf4c

Please sign in to comment.