1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-02-03 12:18:06 +00:00

Merge pull request from j-selby/fix-text-formatter

Add missing std::string import in text_formatter
This commit is contained in:
Weiyi Wang 2018-05-19 14:47:30 +03:00 committed by GitHub
commit 0c60e96533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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