Add missing <functional> includes (#5459)

This commit is contained in:
Tyler Veness
2023-07-18 21:18:32 -07:00
committed by GitHub
parent 0b91ca6d5a
commit 1af224c21b
25 changed files with 35 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#pragma once
#include <concepts>
#include <functional>
#include <initializer_list>
#include <memory>
#include <span>