mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 05:40:06 +00:00
Add missing std::string import in text_formatter
This commit is contained in:
parent
3bf924cd20
commit
29551c187a
@ -5,6 +5,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
namespace Log {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user