1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-04-09 05:21:32 +02:00

Add missing std::string import in text_formatter

This commit is contained in:
James 2018-05-19 21:31:09 +10:00
parent 3bf924cd20
commit 29551c187a

View file

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