mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
ShaderGenCommon: Add missing <functional> include
This commit is contained in:
parent
d9e0bf72dc
commit
63181f0446
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
|
|
Loading…
Add table
Reference in a new issue