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

master
Tobias 2018-07-31 01:03:47 +07:00 committed by bunnei
parent a483e5e28d
commit 420f8fb29e
1 changed files with 1 additions and 0 deletions

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