summaryrefslogtreecommitdiff
path: root/src/video_core/shader_environment.cpp
diff options
context:
space:
mode:
authorGravatar Morph2021-09-09 12:36:00 -0400
committerGravatar Morph2021-09-11 17:19:16 -0400
commite67463df2419feb10915eb91bba2b0485154a586 (patch)
tree75603129b79f7134517309245df953679620d181 /src/video_core/shader_environment.cpp
parentvk_descriptor_pool: Add missing <algorithm> include (diff)
downloadyuzu-e67463df2419feb10915eb91bba2b0485154a586.tar.gz
yuzu-e67463df2419feb10915eb91bba2b0485154a586.tar.xz
yuzu-e67463df2419feb10915eb91bba2b0485154a586.zip
shader_environment: Add missing <algorithm> include
Diffstat (limited to 'src/video_core/shader_environment.cpp')
-rw-r--r--src/video_core/shader_environment.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader_environment.cpp b/src/video_core/shader_environment.cpp
index 8a4581c19..81a878bb2 100644
--- a/src/video_core/shader_environment.cpp
+++ b/src/video_core/shader_environment.cpp
@@ -2,6 +2,7 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <algorithm>
5#include <filesystem> 6#include <filesystem>
6#include <fstream> 7#include <fstream>
7#include <memory> 8#include <memory>