This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
citra
Watch
1
Star
0
Fork
You've already forked citra
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Add missing std::string import in text_formatter
Browse Source
master
James
2018-05-19 21:31:09 +07:00
parent
3bf924cd20
commit
29551c187a
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
1
src/common/logging/text_formatter.h
Unescape
Escape
View File
@ -5,6 +5,7 @@
#
pragma once
#
include
<cstddef>
#
include
<string>
namespace
Log
{
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
CCF_100/citra
Title
Body
Create Issue