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

pull/8/head
Tobias 7 years ago committed by bunnei
parent a483e5e28d
commit 420f8fb29e

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

Loading…
Cancel
Save