From 56091241ff6629882749ff81289b72c37e14b207 Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 29 Aug 2019 21:32:58 +0200 Subject: [PATCH] externals: update fmt to 6.0.0 --- externals/fmt | 2 +- src/core/perf_stats.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/fmt b/externals/fmt index 9e554999c..7512a55aa 160000 --- a/externals/fmt +++ b/externals/fmt @@ -1 +1 @@ -Subproject commit 9e554999ce02cf86fcdfe74fe740c4fe3f5a56d5 +Subproject commit 7512a55aa3ae309587ca89668ef9ec4074a51a1f diff --git a/src/core/perf_stats.cpp b/src/core/perf_stats.cpp index 5309e4911..8015ef731 100644 --- a/src/core/perf_stats.cpp +++ b/src/core/perf_stats.cpp @@ -8,8 +8,8 @@ #include #include #include +#include #include -#include #include "common/file_util.h" #include "core/hw/gpu.h" #include "core/perf_stats.h"