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
physical_memory: Add missing include for <vector>.
bunnei
6 vuotta sitten
vanhempi
c2f4dcb1e3
commit
fc040b5b70
1 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
2
0
src/core/hle/kernel/physical_memory.h
+ 2
- 0
src/core/hle/kernel/physical_memory.h
Näytä tiedosto
@@ -4,6 +4,8 @@
#pragma once
+#include <vector>
+
#include "common/alignment.h"
namespace Kernel {