diff options
| author | Techjar <tecknojar@gmail.com> | 2022-02-18 06:34:01 -0500 |
|---|---|---|
| committer | Techjar <tecknojar@gmail.com> | 2022-02-18 06:34:01 -0500 |
| commit | 63181f04464c27802e7951ffc06604a206903496 (patch) | |
| tree | 2ac929f4184829779ca0ff7ce57bc9a64a65444a /Source/Core/VideoCommon | |
| parent | d9e0bf72dcc2cf6f62b7406829deaf1d2c405986 (diff) | |
ShaderGenCommon: Add missing <functional> include
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/ShaderGenCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/ShaderGenCommon.h b/Source/Core/VideoCommon/ShaderGenCommon.h index edbd931db9..bec69fe7c0 100644 --- a/Source/Core/VideoCommon/ShaderGenCommon.h +++ b/Source/Core/VideoCommon/ShaderGenCommon.h @@ -4,6 +4,7 @@ #pragma once #include <cstring> +#include <functional> #include <iterator> #include <string> #include <type_traits> |
