Skip to content

Commit

Permalink
Replace <fmt/core.h> with <fmt/format.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
planet36 committed Oct 22, 2024
1 parent e6237a0 commit b696442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ecef-coord.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include <cmath>
#include <concepts>
#include <fmt/core.h>
#include <fmt/format.h>
#include <sstream>
#include <string>
#include <type_traits>
Expand Down

0 comments on commit b696442

Please sign in to comment.