mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 06:00:05 +00:00
Merge pull request #3758 from j-selby/fix-text-formatter
Add missing std::string import in text_formatter
This commit is contained in:
commit
0c60e96533
@ -5,6 +5,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
namespace Log {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user