summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2019-09-05 01:50:17 +0200
committerGitHub <noreply@github.com>2019-09-05 01:50:17 +0200
commit0a4f0b6a5d28c75753f0f07bd73e71788bae314f (patch)
tree8a9e3cc2fc86ec0d467b631673394a4b38d40422 /src/core/hle/service
parentMerge pull request #2801 from ReinUsesLisp/typed-decompiler (diff)
parentFix clang-format (diff)
downloadyuzu-0a4f0b6a5d28c75753f0f07bd73e71788bae314f.tar
yuzu-0a4f0b6a5d28c75753f0f07bd73e71788bae314f.tar.gz
yuzu-0a4f0b6a5d28c75753f0f07bd73e71788bae314f.tar.bz2
yuzu-0a4f0b6a5d28c75753f0f07bd73e71788bae314f.tar.lz
yuzu-0a4f0b6a5d28c75753f0f07bd73e71788bae314f.tar.xz
yuzu-0a4f0b6a5d28c75753f0f07bd73e71788bae314f.tar.zst
yuzu-0a4f0b6a5d28c75753f0f07bd73e71788bae314f.zip
Diffstat (limited to 'src/core/hle/service')
-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 @@
#include <array>
#include <cstring>
#include <ctime>
-#include <fmt/time.h>
+#include <fmt/chrono.h>
#include "common/file_util.h"
#include "common/logging/log.h"
#include "common/scm_rev.h"