diff options
| author | 2021-09-09 12:36:00 -0400 | |
|---|---|---|
| committer | 2021-09-11 17:19:16 -0400 | |
| commit | e67463df2419feb10915eb91bba2b0485154a586 (patch) | |
| tree | 75603129b79f7134517309245df953679620d181 /src/video_core/shader_environment.cpp | |
| parent | vk_descriptor_pool: Add missing <algorithm> include (diff) | |
| download | yuzu-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.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 @@ | |||
| 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> |