diff options
| author | 2019-08-29 21:34:51 +0200 | |
|---|---|---|
| committer | 2019-08-29 21:34:51 +0200 | |
| commit | 5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d (patch) | |
| tree | 9dd667c54e54228a3545bbfed63c9c05b8291870 /src/core/reporter.cpp | |
| parent | externals: update fmt to 6.0.0 (diff) | |
| download | yuzu-5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d.tar.gz yuzu-5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d.tar.xz yuzu-5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d.zip | |
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 5d4c3e6ea..4a0b103e4 100644 --- a/src/core/reporter.cpp +++ b/src/core/reporter.cpp | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #include <fstream> | 6 | #include <fstream> |
| 7 | 7 | ||
| 8 | #include <fmt/format.h> | 8 | #include <fmt/format.h> |
| 9 | #include <fmt/time.h> | 9 | #include <fmt/chrono.h> |
| 10 | #include <json.hpp> | 10 | #include <json.hpp> |
| 11 | 11 | ||
| 12 | #include "common/file_util.h" | 12 | #include "common/file_util.h" |