summaryrefslogtreecommitdiff
path: root/src/core/hle
diff options
context:
space:
mode:
authorGravatar Ethan2019-08-29 21:34:51 +0200
committerGravatar Ethan2019-08-29 21:34:51 +0200
commit5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d (patch)
tree9dd667c54e54228a3545bbfed63c9c05b8291870 /src/core/hle
parentexternals: update fmt to 6.0.0 (diff)
downloadyuzu-5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d.tar.gz
yuzu-5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d.tar.xz
yuzu-5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d.zip
accommodate for fmt update
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/service/fatal/fatal.cpp2
1 files changed, 1 insertions, 1 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"