Skip to content
Snippets Groups Projects
Unverified Commit 0a4f0b6a authored by David's avatar David Committed by GitHub
Browse files

Merge pull request #2818 from MysticExile/fmt

externals: update fmt to 6.0.0
parents e77d2b21 30448641
No related branches found
No related tags found
No related merge requests found
Subproject commit 9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5
Subproject commit 7512a55aa3ae309587ca89668ef9ec4074a51a1f
......@@ -5,7 +5,7 @@
#include <array>
#include <cstring>
#include <ctime>
#include <fmt/time.h>
#include <fmt/chrono.h>
#include "common/file_util.h"
#include "common/logging/log.h"
#include "common/scm_rev.h"
......
......@@ -5,8 +5,8 @@
#include <ctime>
#include <fstream>
#include <fmt/chrono.h>
#include <fmt/format.h>
#include <fmt/time.h>
#include <json.hpp>
#include "common/file_util.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment