mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Merge pull request #10461 from Techjar/fix-missing-include
ShaderGenCommon: Add missing <functional> include
This commit is contained in:
commit
5077599679
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