Merge pull request #10461 from Techjar/fix-missing-include

ShaderGenCommon: Add missing <functional> include
This commit is contained in:
Mai M 2022-02-18 09:59:02 -05:00 committed by GitHub
commit 5077599679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
#pragma once
#include <cstring>
#include <functional>
#include <iterator>
#include <string>
#include <type_traits>