This website works better with JavaScript.
Home
Explore
Help
Sign In
eden-emu
/
eden
mirror of
https://git.eden-emu.dev/eden-emu/eden.git
Watch
1
Star
0
Fork
0
Code
Releases
Wiki
Activity
Browse Source
Port
#3758
from Citra (
#852
): Add missing std::string import in text_formatter
pull/15/merge
Tobias
8 years ago
committed by
bunnei
parent
a483e5e28d
commit
420f8fb29e
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
src/common/logging/text_formatter.h
1
src/common/logging/text_formatter.h
View File
@ -5,6 +5,7 @@
#
pragma once
#
include
<cstddef>
#
include
<string>
namespace
Log
{
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
eden-emu/eden
Title
Body
Create Issue