summaryrefslogtreecommitdiffstats
path: root/src/core/reporter.cpp
diff options
context:
space:
mode:
authorEthan <ethan.baboeram@gmail.com>2019-08-29 22:44:49 +0200
committerEthan <ethan.baboeram@gmail.com>2019-09-04 16:53:29 +0200
commit30448641f2168bb6a234078279a9b46c90aa327b (patch)
tree77e4f387e3386056fbbb1896facbf0bb4761a65a /src/core/reporter.cpp
parentaccommodate for fmt update (diff)
downloadyuzu-30448641f2168bb6a234078279a9b46c90aa327b.tar
yuzu-30448641f2168bb6a234078279a9b46c90aa327b.tar.gz
yuzu-30448641f2168bb6a234078279a9b46c90aa327b.tar.bz2
yuzu-30448641f2168bb6a234078279a9b46c90aa327b.tar.lz
yuzu-30448641f2168bb6a234078279a9b46c90aa327b.tar.xz
yuzu-30448641f2168bb6a234078279a9b46c90aa327b.tar.zst
yuzu-30448641f2168bb6a234078279a9b46c90aa327b.zip
Diffstat (limited to 'src/core/reporter.cpp')
-rw-r--r--src/core/reporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/reporter.cpp b/src/core/reporter.cpp
index 4a0b103e4..cfe0771e2 100644
--- a/src/core/reporter.cpp
+++ b/src/core/reporter.cpp
@@ -5,8 +5,8 @@
#include <ctime>
#include <fstream>
-#include <fmt/format.h>
#include <fmt/chrono.h>
+#include <fmt/format.h>
#include <json.hpp>
#include "common/file_util.h"