This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
irvin
/
suyu
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
physical_memory: Add missing include for <vector>.
bunnei
hace 6 años
padre
c2f4dcb1e3
commit
fc040b5b70
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
src/core/hle/kernel/physical_memory.h
+ 2
- 0
src/core/hle/kernel/physical_memory.h
Ver fichero
@@ -4,6 +4,8 @@
#pragma once
+#include <vector>
+
#include "common/alignment.h"
namespace Kernel {