kernel: Add missing <functional> include

This commit is contained in:
Morph 2021-09-08 20:04:29 -04:00
parent 4a6a73e887
commit 6f307f1521
1 changed files with 1 additions and 0 deletions

View File

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