This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
irvin
/
suyu
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
physical_memory: Add missing include for <vector>.
bunnei
%!s(int64=6) %!d(string=hai) anos
pai
c2f4dcb1e3
achega
fc040b5b70
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
src/core/hle/kernel/physical_memory.h
+ 2
- 0
src/core/hle/kernel/physical_memory.h
Ver ficheiro
@@ -4,6 +4,8 @@
#pragma once
+#include <vector>
+
#include "common/alignment.h"
namespace Kernel {