1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-06-09 13:30:14 +00:00

Port from Citra (): Add missing std::string import in text_formatter

This commit is contained in:
Tobias 2018-07-31 01:03:47 +02:00 committed by bunnei
parent a483e5e28d
commit 420f8fb29e

@ -5,6 +5,7 @@
#pragma once
#include <cstddef>
#include <string>
namespace Log {