This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
irvin
/
suyu
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
Port
#3758
from Citra (
#852
): Add missing std::string import in text_formatter
Tobias
8 vuotta sitten
vanhempi
a483e5e28d
commit
420f8fb29e
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
src/common/logging/text_formatter.h
+ 1
- 0
src/common/logging/text_formatter.h
Näytä tiedosto
@@ -5,6 +5,7 @@
#pragma once
#include <cstddef>
+#include <string>
namespace Log {