1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-28 18:46:55 -06:00

kernel: Add missing <functional> include

This commit is contained in:
Morph 2021-09-08 20:04:29 -04:00
parent 4a6a73e887
commit 6f307f1521

View File

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