summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEthan <ethan.baboeram@gmail.com>2019-08-29 21:34:51 +0200
committerEthan <ethan.baboeram@gmail.com>2019-08-29 21:34:51 +0200
commit5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d (patch)
tree9dd667c54e54228a3545bbfed63c9c05b8291870 /src
parent46a962eb5ddd4c37a67129fdda4b6615e986b8f1 (diff)
accommodate for fmt update
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/fatal/fatal.cpp2
-rw-r--r--src/core/reporter.cpp2
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 fe49c2161d..01fa06ad3c 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"
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"