diff options
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" |