mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 14:28:41 -05:00
kernel: Add missing <functional> include
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
Reference in New Issue
Block a user