mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-26 10:52:51 +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 a new issue