diff options
| author | 2019-08-29 21:34:51 +0200 | |
|---|---|---|
| committer | 2019-08-29 21:34:51 +0200 | |
| commit | 5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d (patch) | |
| tree | 9dd667c54e54228a3545bbfed63c9c05b8291870 /src | |
| 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')
| -rw-r--r-- | src/core/hle/service/fatal/fatal.cpp | 2 | ||||
| -rw-r--r-- | src/core/reporter.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/fatal/fatal.cpp b/src/core/hle/service/fatal/fatal.cpp index fe49c2161..01fa06ad3 100644 --- a/src/core/hle/service/fatal/fatal.cpp +++ b/src/core/hle/service/fatal/fatal.cpp | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #include <array> | 5 | #include <array> |
| 6 | #include <cstring> | 6 | #include <cstring> |
| 7 | #include <ctime> | 7 | #include <ctime> |
| 8 | #include <fmt/time.h> | 8 | #include <fmt/chrono.h> |
| 9 | #include "common/file_util.h" | 9 | #include "common/file_util.h" |
| 10 | #include "common/logging/log.h" | 10 | #include "common/logging/log.h" |
| 11 | #include "common/scm_rev.h" | 11 | #include "common/scm_rev.h" |
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" |