diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-09 18:36:00 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-11 23:19:16 +0200 |
commit | e67463df2419feb10915eb91bba2b0485154a586 (patch) | |
tree | 75603129b79f7134517309245df953679620d181 /src/video_core | |
parent | vk_descriptor_pool: Add missing <algorithm> include (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src/video_core')
-rw-r--r-- | src/video_core/shader_environment.cpp | 1 |
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> |