summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-09-09 18:36:00 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-09-11 23:19:16 +0200
commite67463df2419feb10915eb91bba2b0485154a586 (patch)
tree75603129b79f7134517309245df953679620d181
parentvk_descriptor_pool: Add missing <algorithm> include (diff)
downloadyuzu-e67463df2419feb10915eb91bba2b0485154a586.tar
yuzu-e67463df2419feb10915eb91bba2b0485154a586.tar.gz
yuzu-e67463df2419feb10915eb91bba2b0485154a586.tar.bz2
yuzu-e67463df2419feb10915eb91bba2b0485154a586.tar.lz
yuzu-e67463df2419feb10915eb91bba2b0485154a586.tar.xz
yuzu-e67463df2419feb10915eb91bba2b0485154a586.tar.zst
yuzu-e67463df2419feb10915eb91bba2b0485154a586.zip
-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 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include <algorithm>
#include <filesystem>
#include <fstream>
#include <memory>