Explorar el Código

kernel: Add missing <functional> include

Morph hace 4 años
padre
commit
6f307f1521
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/core/hle/kernel/kernel.h

+ 1 - 0
src/core/hle/kernel/kernel.h

@@ -5,6 +5,7 @@
 #pragma once
 
 #include <array>
+#include <functional>
 #include <memory>
 #include <string>
 #include <unordered_map>