ソースを参照

kernel: Add missing <functional> include

Morph 4 年 前
コミット
6f307f1521
1 ファイル変更1 行追加0 行削除
  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>