mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 15:40:06 +00:00
shader_environment: Add missing <algorithm> include
This commit is contained in:
parent
63b4c8f9f7
commit
e67463df24
@ -2,6 +2,7 @@
|
|||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
Loading…
Reference in New Issue
Block a user