Przeglądaj źródła

kernel: Add missing <functional> include

Morph 4 lat temu
rodzic
commit
6f307f1521
1 zmienionych plików z 1 dodań i 0 usunięć
  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>