From 5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d Mon Sep 17 00:00:00 2001
From: Ethan <ethan.baboeram@gmail.com>
Date: Thu, 29 Aug 2019 21:34:51 +0200
Subject: [PATCH] accommodate for fmt update

---
 src/core/hle/service/fatal/fatal.cpp | 2 +-
 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 @@
 #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 5d4c3e6ea..4a0b103e4 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"