Browse Source

kernel: Add missing <functional> include

Morph 4 năm trước cách đây
mục cha
commit
6f307f1521
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>