From 5adbe66ae83fa1b8cbebb2e340d2f8040bf3b16d Mon Sep 17 00:00:00 2001 From: Ethan 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 fe49c2161d..01fa06ad3c 100644 --- a/src/core/hle/service/fatal/fatal.cpp +++ b/src/core/hle/service/fatal/fatal.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #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 #include -#include +#include #include #include "common/file_util.h"