diff options
author | Ethan <ethan.baboeram@gmail.com> | 2019-08-29 21:34:51 +0200 |
---|---|---|
committer | Ethan <ethan.baboeram@gmail.com> | 2019-08-29 21:34:51 +0200 |
commit | 5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d (patch) | |
tree | 9dd667c54e54228a3545bbfed63c9c05b8291870 /src/core/reporter.cpp | |
parent | 46a962eb5ddd4c37a67129fdda4b6615e986b8f1 (diff) |
accommodate for fmt update
Diffstat (limited to 'src/core/reporter.cpp')
-rw-r--r-- | src/core/reporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/reporter.cpp b/src/core/reporter.cpp index 5d4c3e6ead..4a0b103e47 100644 --- a/src/core/reporter.cpp +++ b/src/core/reporter.cpp @@ -6,7 +6,7 @@ #include <fstream> #include <fmt/format.h> -#include <fmt/time.h> +#include <fmt/chrono.h> #include <json.hpp> #include "common/file_util.h" |