Merge pull request #4915 from FearlessTobi/port-2818

Port citra-emu/citra#2818: "externals: update fmt to 6.0.0"
This commit is contained in:
Weiyi Wang
2019-09-08 08:42:02 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -8,8 +8,8 @@
#include <mutex>
#include <numeric>
#include <thread>
#include <fmt/chrono.h>
#include <fmt/format.h>
#include <fmt/time.h>
#include "common/file_util.h"
#include "core/hw/gpu.h"
#include "core/perf_stats.h"